bdaloukas/moodle-mod_game

Invalid mysql call in Sudoku

Closed this issue · 1 comments

On line 48 of game/sudoku/play.php there is a invalid mysql function mysql_execute(). Also, you should never do direct mysql calls, but instead use the moodle db api functions.

It is fixed.