]> git.mjollnir.org Git - moodle.git/commitdiff
Bumped version number for last changes
authorvyshane <vyshane>
Mon, 24 Apr 2006 02:28:02 +0000 (02:28 +0000)
committervyshane <vyshane>
Mon, 24 Apr 2006 02:28:02 +0000 (02:28 +0000)
lib/db/mysql.php
lib/db/postgres7.php

index 21c457d175c8cf5e301c9c05821298ad05a77fc1..7e9675fa0f49c5ab6a795d7224d579adf71aa4e3 100644 (file)
@@ -1794,7 +1794,7 @@ function main_upgrade($oldversion=0) {
         table_column('user','lastname','lastname','varchar','100','','','not null');
     }
     
-    if ($oldversion < 2006042000) {
+    if ($oldversion < 2006042400) {
         // Look through table log_display and get rid of duplicates.
         $rs = get_recordset_sql('SELECT DISTINCT * FROM '.$CFG->prefix.'log_display');
         
index 3802b023e0828fd8e13ac1c50ca2d9fd63bbd086..41386e847ef0caa9124473a160e1edf792f9f19b 100644 (file)
@@ -1492,7 +1492,7 @@ function main_upgrade($oldversion=0) {
         table_column('course_modules','','visibleold','integer','1','unsigned','1','not null', 'visible');
     }
 
-    if ($oldversion < 2006042000) {
+    if ($oldversion < 2006042400) {
         // Look through table log_display and get rid of duplicates.
         $rs = get_recordset_sql('SELECT DISTINCT * FROM '.$CFG->prefix.'log_display');