From: paca70 Date: Fri, 18 Apr 2003 21:05:12 +0000 (+0000) Subject: Removed two `'s X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=fe8bc4c9a5cf37b0392aa2c0ea79a7c7f257473e;p=moodle.git Removed two `'s --- diff --git a/mod/quiz/db/postgres7.php b/mod/quiz/db/postgres7.php index dac1dc2ca1..39a9970f4b 100644 --- a/mod/quiz/db/postgres7.php +++ b/mod/quiz/db/postgres7.php @@ -29,7 +29,7 @@ function quiz_upgrade($oldversion) { if ($oldversion < 2003033100) { modify_database ("", "ALTER TABLE prefix_quiz_randommatch RENAME prefix_quiz_randomsamatch "); - modify_database ("", "CREATE TABLE `prefix_quiz_match_sub` ( + modify_database ("", "CREATE TABLE prefix_quiz_match_sub ( id SERIAL PRIMARY KEY, question integer NOT NULL default '0', questiontext text NOT NULL default '',