]> git.mjollnir.org Git - moodle.git/commitdiff
Updated version for final release of 1.0.6.2
authormoodler <moodler>
Mon, 11 Nov 2002 08:25:41 +0000 (08:25 +0000)
committermoodler <moodler>
Mon, 11 Nov 2002 08:25:41 +0000 (08:25 +0000)
lib/db/mysql.php
version.php

index 3801e236c4340e743e31ec879a9a08c2869dce39..9ffedfe4bf8e66e50e2209b1d765561db29e2e70 100644 (file)
@@ -182,6 +182,17 @@ function main_upgrade($oldversion=0) {
         }
     }
 
+    if ($oldversion < 2002111100) {
+        print_simple_box_start("CENTER", "", "#FFCCCC");
+        echo "<FONT SIZE=+1>";
+        echo "<P>Changes have been made to all built-in themes, to add the new popup navigation menu.";
+        echo "<P>If you have customised themes, you will need to edit theme/xxxx/header.html as follows:";
+        echo "<UL><LI>Change anywhere it says <B>$"."button</B> to say <B>$"."menu</B>";
+        echo "<LI>Add <B>$"."button</B> elsewhere (eg at the end of the navigation bar)</UL>";
+        echo "<P>See the standard themes for examples, eg: theme/standard/header.html";
+        print_simple_box_end();
+    }
+
 
     return true;
 }
index f7100b050173dafdc8480ee1ec36d625c9b9dd2a..78ffb75a0f86a1e00fc8c3d3b110dc6511c6121c 100644 (file)
@@ -5,7 +5,7 @@
 // database to determine whether upgrades should
 // be performed (see lib/db/*.php)
 
-$version = 2002111004;   // The current version is a date (YYYYMMDDXX)
+$version = 2002111100;   // The current version is a date (YYYYMMDDXX)
 
-$release = "1.0.6.2 beta";  // User-friendly version number
+$release = "1.0.6.2";  // User-friendly version number