i just ran into this:
Code:
Database error in vBulletin 3.5.4:
Invalid SQL:
UPDATE user
SET itrader_buy = 'nothing at the moment',
itrader_sell = 'everything has it's price'
WHERE userid = 43;
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 's price'
WHERE userid = 43' at line 3
Error Number : 1064
Date : Thursday, August 3rd 2006 @ 07:03:15 PM
Script : /itrader_main.php
Referrer : /itrader_main.php?do=options
IP Address :
Username :
Classname : vB_Database
it's is obviously the problem... its not getting addslashes() or whatever to it.
any one else see this, or is there already a bug fix out there?