]> git.mjollnir.org Git - moodle.git/commitdiff
Corrected typo
authorpaca70 <paca70>
Sun, 27 Apr 2003 17:35:54 +0000 (17:35 +0000)
committerpaca70 <paca70>
Sun, 27 Apr 2003 17:35:54 +0000 (17:35 +0000)
mod/quiz/db/postgres7.php

index 28cfa041d263ce5f9cd1fed7e2e2f771ea3c73b3..43ab8b8951ee5a6ecc06dbaef88375eec3d68e67 100644 (file)
@@ -20,7 +20,7 @@ function quiz_upgrade($oldversion) {
         modify_database ("", "CREATE TABLE prefix_quiz_randommatch (
                                   id SERIAL PRIMARY KEY,
                                   question integer NOT NULL default '0',
-                                  choose integer NOT NULL default '4',
+                                  choose integer NOT NULL default '4'
                               );");
     }
     if ($oldversion < 2003030303) {