TECK
Fri 3rd May '02, 2:40am
line 617 in forumdisplay.php
the code should be:
$thread['postedby'] = "<a href=\"member.php?s=$session[sessionhash]&action=getinfo&userid=$thread[postuserid]\">$thread[postusername]</a>";instead of:
$thread['postedby'] = "<a href=\"member.php?action=getinfo&userid=$thread[postuserid]\">$thread[postusername]</a>";not sure if it was posted already, or corrected by any dev. just making sure.
the code should be:
$thread['postedby'] = "<a href=\"member.php?s=$session[sessionhash]&action=getinfo&userid=$thread[postuserid]\">$thread[postusername]</a>";instead of:
$thread['postedby'] = "<a href=\"member.php?action=getinfo&userid=$thread[postuserid]\">$thread[postusername]</a>";not sure if it was posted already, or corrected by any dev. just making sure.