Quote:
Originally Posted by Cigarcritic
DB Error when I settled a bet.
Invalid SQL:
UPDATE casino_bet_stats
SET won = won + 210
WHERE userid = 9
AND gameid =;
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 '' at line 4
Error Number : 1064
|
Fixed in next update, temporary measure:
line 21 of admincp/casino_sb_settle.php
Code:
AND cs1.switch2='sportspool.php'
too
Code:
AND cs1.switch2='sportspool'