Quote:
Originally Posted by SpankMe
init counters needs to escape the username.
Code:
Database error in vBulletin 4.0.6:
Invalid SQL:
UPDATE user SET
wikiedits = '0',
wikicreations = '0'
WHERE username = 'Padraig O'Connor';
MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'Connor'' at line 4
|
ok... yes, I need to do that... somehow had alpha numerics in the mind when I wrote that.
Thank you very much!