]> git.mjollnir.org Git - moodle.git/commitdiff
Bumping the date and the context path upgrade in case anyone was stuck from yesterday...
authormoodler <moodler>
Thu, 20 Sep 2007 06:47:14 +0000 (06:47 +0000)
committermoodler <moodler>
Thu, 20 Sep 2007 06:47:14 +0000 (06:47 +0000)
lib/db/upgrade.php
version.php

index da8de77f395b8423ddb884896079f6ba087c8d2f..197a00ac4ba3f613675655405217287511bd19ed 100644 (file)
@@ -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();
index 5537e803a8e832e1216ce9241d7d8da3d932ba5e..59cb5878759a43c0069028d052566504e07bb07d 100644 (file)
@@ -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