Quote:
Today at 07:17 AM TLucent said this in Post #8
PHP Code:
$DB_site->query("UPDATE thread SET lastpost=$lastpost,replycount=$numberposts,postusername='".addslashes($firstusername)."', postuserid='$firstuserid', lastposter='".addslashes($lastusername)."',attach=$attachsum WHERE threadid=$threadid");
this is what I have in my misc.php file
|
I had that also, but commented it out and replaced it with what's above and it fixed my problem.