-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
2.5.2, 2.6
-
None
-
3.12.2.2 (2013120202) for Moodle 2.0, 2.1, 2.2, 2.3, 2.4, 2.5, 2.6
-
MOODLE_25_STABLE, MOODLE_26_STABLE
after creating a crossword game activity there is a database error which the database log shows the following.
SELECT id,repetitions r FROM mdl_game_repetitions WHERE gameid = $1 AND userid = $2 AND questionid
= $3 AND glossaryentryid = $4
The sql is wrong as there is columns id,repetitions r it is the r which is causing the issues