Strange no-one has noticed this so far ... !

This commit is contained in:
moodler 2003-04-28 16:56:57 +00:00
parent 81f186b47a
commit a273084d7a

View file

@ -42,7 +42,7 @@ function main_upgrade($oldversion=0) {
//support user based course creating //support user based course creating
if ($oldversion < 2003032400) { if ($oldversion < 2003032400) {
execute_sql("CREATE TABLE $CFG->prefix_user_coursecreators ( execute_sql("CREATE TABLE {$CFG->prefix}user_coursecreators (
id int8 SERIAL PRIMARY KEY, id int8 SERIAL PRIMARY KEY,
userid int8 NOT NULL default '0' userid int8 NOT NULL default '0'
)"); )");