From: paca70 Date: Sun, 27 Apr 2003 17:35:54 +0000 (+0000) Subject: Corrected typo X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=e8a0fc9a4fb72a84abf5c34e2b54de4192036c04;p=moodle.git Corrected typo --- diff --git a/mod/quiz/db/postgres7.php b/mod/quiz/db/postgres7.php index 28cfa041d2..43ab8b8951 100644 --- a/mod/quiz/db/postgres7.php +++ b/mod/quiz/db/postgres7.php @@ -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) {