Quote:
Originally Posted by mharmon
I also had trouble with this hack on my VB3 RC2 board. It shows Average Time <1 Sec.
How would I go about deleting the time spent entry in my database and then trying again?
What query would I run to do this?
|
Code:
UPDATE user SET timespent=0
this resets the time spent in the board for all users to 0. If this query gives you any error it is because the column was never added to the user table.