Quote:
Originally posted by Bitsys
[B]v0id:
Although that code is from the old version, it is in the same vicinity of the code I am referring to. The whole update stats code is categorized as the code starting at
PHP Code:
if($updatestats) {
and ending at
PHP Code:
if($updatedebug == 1)
echo $debugmessage; if ($showbirthdays)
in member.php.
The update stats code in rpgadmin.php is a little different, but contains much of the same code in between what I described above.
Make sure that if you change part of one then you change the same part of the other.
|
Could you tell me exactly what to update? I copied the text from member.php into rpgadmin.php (the one between if($updatestats) and I got an error)
Fatal error: Call to undefined function: updatestats() in /home/virtual/site24/fst/var/www/html/forum/admin/rpgadmin.php on line 449