From: willcast Date: Fri, 21 Nov 2003 19:00:09 +0000 (+0000) Subject: - Compatibility issue. (Eloy, try this one). X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=1c1f86b7b1b9f92c0139b113376ddc3f1c8a114a;p=moodle.git - Compatibility issue. (Eloy, try this one). --- diff --git a/mod/glossary/db/mysql.php b/mod/glossary/db/mysql.php index f2ea58974a..fd1232f422 100644 --- a/mod/glossary/db/mysql.php +++ b/mod/glossary/db/mysql.php @@ -236,7 +236,7 @@ function glossary_upgrade($oldversion) { } if ($oldversion < 2003112101) { - table_column("glossary", "", "scale", "integer", "10", "signed", "0", "", "assesstimefinish"); + table_column("glossary", "", "scale", "integer", "10", "", "0", "", "assesstimefinish"); } return true; }