From 546526ed4254439a61fd434a9345d835c046e31e Mon Sep 17 00:00:00 2001 From: nicolasconnault Date: Mon, 15 Oct 2007 05:17:55 +0000 Subject: [PATCH] MDL-8605 putting versions in sync between 1.9 and head --- lib/db/upgrade.php | 2 +- version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/db/upgrade.php b/lib/db/upgrade.php index 78a478579f..9085daa34c 100644 --- a/lib/db/upgrade.php +++ b/lib/db/upgrade.php @@ -2540,7 +2540,7 @@ function xmldb_main_upgrade($oldversion=0) { upgrade_main_savepoint($result, 2007100903); } - if ($result && $oldversion < 2007101100) { + if ($result && $oldversion < 2007101500) { // Get list of users by browsing moodledata/user $oldusersdir = $CFG->dataroot . '/users'; $folders = get_directory_list($oldusersdir, '', false, true, false); diff --git a/version.php b/version.php index b927d5a612..3256efd413 100644 --- a/version.php +++ b/version.php @@ -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 + $version = 2007101500; // YYYYMMDD = date // XY = increments within a single day $release = '2.0 dev'; // Human-friendly version name -- 2.39.5