Automatic installer.php lang files by installer_builder (20070726)
[moodle-linuxchix.git] / lib / adodb / readme_moodle.txt
blob6c6267ebf537b91b0cd5ff97585fd8baeda785bb
1 Description of ADODB v4.95a library import into Moodle
3 Removed:
4  * contrib/
5  * cute_icons_for_site/
6  * docs/
7  * pear/
8  * tests/
9  * server.php
11 Added:
12  * index.html - prevent directory browsing on misconfigured servers
13  * tests/tmssql.php - detection of attack attempts and overwrite on incorrectly upgraded sites
14  * readme_moodle.txt - this file ;-)
16 Our changes:
17  * adodb-lib.inc.php - forced conversion to proper numeric type in _adodb_column_sql()
18  * drivers/adodb-odbc_mssql.inc.php - Fixed one buggy function (ServerInfo) that was not
19        working properly. Simplified logic (now that we are FETCH_ASSOC). Work in progress
20        for the annoying http://tracker.moodle.org/browse/MDL-6877.
21        Once fixed by adodb guys, we'll return to their official distro.
23 skodak
25 $Id$