From: moodler Date: Mon, 28 Apr 2003 16:56:57 +0000 (+0000) Subject: Strange no-one has noticed this so far ... ! X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=a273084d7a86479038ced563d0479bff1b32c7aa;p=moodle.git Strange no-one has noticed this so far ... ! --- diff --git a/lib/db/postgres7.php b/lib/db/postgres7.php index 8727340d8b..2bd3a3cf32 100644 --- a/lib/db/postgres7.php +++ b/lib/db/postgres7.php @@ -42,7 +42,7 @@ function main_upgrade($oldversion=0) { //support user based course creating if ($oldversion < 2003032400) { - execute_sql("CREATE TABLE $CFG->prefix_user_coursecreators ( + execute_sql("CREATE TABLE {$CFG->prefix}user_coursecreators ( id int8 SERIAL PRIMARY KEY, userid int8 NOT NULL default '0' )");