Hellburn,
Ok. I found the problem with why you were getting that SQL error...
Go to the line that you had to change so the clear logs would work..
When you put this :
<a href=\"$PHP_SELF?rt=".time()."&clearLogs=yes&showL imit=$showLimit';}\">CLEAR ALL LOGS</a>
Notice this part of the above code...
showLimit=$showLimit';}\">
It is missing a \"
It should look like this...
<a href=\"$PHP_SELF?rt=".time()."&clearLogs=yes&showL imit=\"$showLimit;}\">CLEAR ALL LOGS</a>
I highlighted what was missing..
Overgrow. you may want to update your post=))
Do you know why it won't show the to and from parts in the mod log? it doesn't record it??
|