Here is the line I have in there for that:
PHP Code:
$lastpostquery=",lastpost='$lastpost',lastthread='".addslashes($lastthread)."',lastposter='".addslashes($lastposter)."'";
Quote:
Originally posted by Xenon
hmm, it shouldn't appear..
open your functions.php go to updateforumcount function and be sure this line is in:
PHP Code:
$lastpostquery=",lastpost='$lastpost',lastposter='".addslashes($lastposter)."'";
|