Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.6
-
Fix Version/s: None
-
Component/s: Quiz
-
Labels:None
-
Environment:All
-
Affected Branches:MOODLE_16_STABLE
Description
cvs:/mod/quiz/db/mysql.php calls quiz_delete_course() which no longer exists.
Gustav Delius moved (and renamed) that function to http://moodle.cvs.sourceforge.net/moodle/moodle/lib/questionlib.php calling it question_delete_course(), in a commit with subject of Moved code to delete questions and question categories to lib/questionlib.php. Also fixed MDL-4949, dated 2006-03-21 10:06:32.
Both mysql and postgres7 upgrade scripts need to be fixed.
Saludos. Iñaki.
Activity
- All
- Comments
- History
- Activity
- Source
- Test Sessions
From Tim Hunt (T.J.Hunt at open.ac.uk) Tuesday, 18 July 2006, 07:01 PM:
Fix checked in to both 1.6_STABLE and HEAD. Thanks for spotting this.