Bug fix for the bug fix.
FWC caught this. I don't moderate new posts on my board, just new threads; so I never used the query for moderating posts:
If you already installed the hack, find:
PHP Code:
$DB_site->query("UPDATE thread set lastpost = '".time()." WHERE threadid=$thread['threadid']");
replace with:
PHP Code:
$DB_site->query("UPDATE thread set lastpost = '".time()." WHERE threadid='$thread[threadid]'");
I updated the text file; so if you have not installed it, you are good to go.
Amy