From: stronk7 Date: Fri, 10 Aug 2007 00:48:00 +0000 (+0000) Subject: Adding some comments about latest local changes. MDL-10788 X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=d79251974932e10c760ca4b51d862437170f398e;p=moodle.git Adding some comments about latest local changes. MDL-10788 Merged from MOODLE_18_STABLE --- diff --git a/lib/adodb/readme_moodle.txt b/lib/adodb/readme_moodle.txt index 6c6267ebf5..b73dd799a6 100644 --- a/lib/adodb/readme_moodle.txt +++ b/lib/adodb/readme_moodle.txt @@ -15,6 +15,8 @@ Added: Our changes: * adodb-lib.inc.php - forced conversion to proper numeric type in _adodb_column_sql() + * drivers/adodb-mssql_n.inc.php - Fixed one bug in the N' parser when one value start by ' + Once fixed by adodb guys, we'll return to their official distro. * drivers/adodb-odbc_mssql.inc.php - Fixed one buggy function (ServerInfo) that was not working properly. Simplified logic (now that we are FETCH_ASSOC). Work in progress for the annoying http://tracker.moodle.org/browse/MDL-6877.