]> git.mjollnir.org Git - moodle.git/commitdiff
Strange no-one has noticed this so far ... !
authormoodler <moodler>
Mon, 28 Apr 2003 16:56:57 +0000 (16:56 +0000)
committermoodler <moodler>
Mon, 28 Apr 2003 16:56:57 +0000 (16:56 +0000)
lib/db/postgres7.php

index 8727340d8b38a4ad3f352e03190baa1f7be0542e..2bd3a3cf32e85b164197ae86d4a12f63bce570e3 100644 (file)
@@ -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'
                                   )");