]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-13766 rerunning latest repo upgrade block, the 2008082600 was not correct in...
authorskodak <skodak>
Tue, 26 Aug 2008 19:49:54 +0000 (19:49 +0000)
committerskodak <skodak>
Tue, 26 Aug 2008 19:49:54 +0000 (19:49 +0000)
lib/db/upgrade.php
version.php

index 52d2b4701f92dd3f47a9526213d3915ba41f4c2f..ff96c0a0111b1cf25f486f00d3e0773f32f3a9dc 100644 (file)
@@ -652,7 +652,7 @@ function xmldb_main_upgrade($oldversion) {
 
         upgrade_main_savepoint($result, 2008081900);
     }
-    if ($result && $oldversion < 2008082600) {
+    if ($result && $oldversion < 2008082602) {
 
     /// Define table repository to be dropped
         $table = new xmldb_table('repository');
@@ -718,7 +718,7 @@ function xmldb_main_upgrade($oldversion) {
         }
 
     /// Main savepoint reached
-        upgrade_main_savepoint($result, 2008082600);
+        upgrade_main_savepoint($result, 2008082602);
     }
 
 
index 43dda1778010a6a4dc484dd8e08562c4027ab0b8..5ec6208a64a2de6824d4c36e6823cc8278e3fed7 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 = 2008082601;  // YYYYMMDD   = date of the last version bump
+    $version = 2008082602;  // YYYYMMDD   = date of the last version bump
                             //         XX = daily increments
 
     $release = '2.0 dev (Build: 20080826)';  // Human-friendly version name