mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
Strange no-one has noticed this so far ... !
This commit is contained in:
parent
81f186b47a
commit
a273084d7a
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue