bdaloukas / moodle-mod_game

moodle-mod_game
GNU General Public License v3.0
15 stars 42 forks source link

Invalid mysql call in Sudoku #1

Closed mvidberg closed 8 years ago

mvidberg commented 11 years ago

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.

bdaloukas commented 8 years ago

It is fixed.