mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 12:40:01 +01:00
Strange no-one has noticed this so far ... !
This commit is contained in:
parent
81f186b47a
commit
a273084d7a
@ -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'
|
||||
)");
|
||||
|
Loading…
x
Reference in New Issue
Block a user