From 0b9dcf3df4bfcb96a1a53d97e2e52cf031b3202c Mon Sep 17 00:00:00 2001 From: moodler Date: Thu, 20 Sep 2007 06:47:14 +0000 Subject: [PATCH] Bumping the date and the context path upgrade in case anyone was stuck from yesterday MDL-11347 --- 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 da8de77f39..197a00ac4b 100644 --- a/lib/db/upgrade.php +++ b/lib/db/upgrade.php @@ -2093,7 +2093,7 @@ function xmldb_main_upgrade($oldversion=0) { $result = $result && create_table($table); } - if ($result && $oldversion < 2007091900) { + if ($result && $oldversion < 2007092000) { cleanup_contexts(); build_context_path(true); load_all_capabilities(); diff --git a/version.php b/version.php index 5537e803a8..59cb587875 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 = 2007091900; // YYYYMMDD = date + $version = 2007092000; // YYYYMMDD = date // XY = increments within a single day $release = '1.9 Beta +'; // Human-friendly version name -- 2.39.5