mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
26 lines
784 B
Plaintext
26 lines
784 B
Plaintext
Description of ADODB v4.95a library import into Moodle
|
|
|
|
Removed:
|
|
* contrib/
|
|
* cute_icons_for_site/
|
|
* docs/
|
|
* pear/
|
|
* tests/
|
|
* server.php
|
|
|
|
Added:
|
|
* index.html - prevent directory browsing on misconfigured servers
|
|
* tests/tmssql.php - detection of attack attempts and overwrite on incorrectly upgraded sites
|
|
* readme_moodle.txt - this file ;-)
|
|
|
|
Our changes:
|
|
* adodb-lib.inc.php - forced conversion to proper numeric type in _adodb_column_sql()
|
|
* 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
|
|
|
|
$Id$
|