From: stronk7 Date: Mon, 9 Oct 2006 23:39:32 +0000 (+0000) Subject: Updated moodle notes to reflect latest change to odbc_mssql driver. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=a08a6988950840d04f4e281c191ec3d52690e988;p=moodle.git Updated moodle notes to reflect latest change to odbc_mssql driver. --- diff --git a/lib/adodb/readme_moodle.txt b/lib/adodb/readme_moodle.txt index 5d538de771..75df469133 100644 --- a/lib/adodb/readme_moodle.txt +++ b/lib/adodb/readme_moodle.txt @@ -22,6 +22,10 @@ Our changes: required in order to support the driver properly. Work in progress for the annoying http://tracker.moodle.org/browse/MDL-6877. Once implemented 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. + Once fixed by adodb guys, we'll return to their official distro. skodak