MantisBT: master b5c53a31

Author Committer Branch Timestamp Parent
dregad dregad master 2015-12-26 13:39 master 0b972949
Affected Issues  0020365: SYSTEM NOTICE: Undefined index with mysqli driver
Changeset

Admin check: fix system notice with mysql drivers

With ADOdb 5.20.2, the mysql and mysqli drivers properly handle
associative fetch mode case, and consistently return lowercase column
names as per ADODB_ASSOC_CASE setting in database API.

We therefore no longer need to differentiate processing between the 2
drivers.

Minimum ADOdb version has been bumped accordingly.

Fixes 0020365

mod - admin/check/check_database_inc.php Diff File
mod - core/constant_inc.php Diff File