MDL-8605 putting versions in sync between 1.9 and head
This commit is contained in:
+1
-1
@@ -2540,7 +2540,7 @@ function xmldb_main_upgrade($oldversion=0) {
|
||||
upgrade_main_savepoint($result, 2007100903);
|
||||
}
|
||||
|
||||
if ($result && $oldversion < 2007101101) {
|
||||
if ($result && $oldversion < 2007101500) {
|
||||
// Get list of users by browsing moodledata/user
|
||||
$oldusersdir = $CFG->dataroot . '/users';
|
||||
$folders = get_directory_list($oldusersdir, '', false, true, false);
|
||||
|
||||
+1
-1
@@ -6,7 +6,7 @@
|
||||
// This is compared against the values stored in the database to determine
|
||||
// whether upgrades should be performed (see lib/db/*.php)
|
||||
|
||||
$version = 2007101100; // YYYYMMDD = date of the 1.9 branch (don't change)
|
||||
$version = 2007101500; // YYYYMMDD = date of the 1.9 branch (don't change)
|
||||
// X = release number 1.9.[0,1,2,3...]
|
||||
// Y = micro-increments between releases
|
||||
|
||||
|
||||
Reference in New Issue
Block a user