Just found the following in my email, looks like some PHP code made it into the SQL query. This happened during the CRON job.
Invalid SQL:
UPDATE dhv_raffle
SET winner = fetch_phrase('raffle_noentries','global')
WHERE id = '2';
MySQL Error : Cannot load from mysql.proc. The table is probably corrupted
Error Number : 1548
To fix, replace line 78 of /includes/cron/raffledraw.php with:
Code:
SET winner = '".fetch_phrase('raffle_noentries','global')."'