From: vyshane Date: Mon, 24 Apr 2006 02:28:02 +0000 (+0000) Subject: Bumped version number for last changes X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=36e6706eb0e83706c1fe7ac2b027bf0e87e62a5d;p=moodle.git Bumped version number for last changes --- diff --git a/lib/db/mysql.php b/lib/db/mysql.php index 21c457d175..7e9675fa0f 100644 --- a/lib/db/mysql.php +++ b/lib/db/mysql.php @@ -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'); diff --git a/lib/db/postgres7.php b/lib/db/postgres7.php index 3802b023e0..41386e847e 100644 --- a/lib/db/postgres7.php +++ b/lib/db/postgres7.php @@ -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');