From 36e6706eb0e83706c1fe7ac2b027bf0e87e62a5d Mon Sep 17 00:00:00 2001 From: vyshane Date: Mon, 24 Apr 2006 02:28:02 +0000 Subject: [PATCH] Bumped version number for last changes --- lib/db/mysql.php | 2 +- lib/db/postgres7.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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'); -- 2.39.5