summaryrefslogtreecommitdiff
path: root/adodb.inc.php
diff options
context:
space:
mode:
authorDamien Regad <dregad@mantisbt.org>2015-05-12 00:42:01 +0200
committerDamien Regad <dregad@mantisbt.org>2015-05-15 00:59:41 +0200
commit6f4022602f3ad27b9d60328f4c934fe9ed8d030f (patch)
treeba3381f0e29aaf504ebe6f3daf77910cc0d6d48a /adodb.inc.php
parentf6031dfad3ce1ef209282fe62b23d2b3c5c6b65f (diff)
downloadadodb-6f4022602f3ad27b9d60328f4c934fe9ed8d030f.tar.gz
adodb-6f4022602f3ad27b9d60328f4c934fe9ed8d030f.tar.bz2
adodb-6f4022602f3ad27b9d60328f4c934fe9ed8d030f.zip
Use ADODB_ASSOC_CASE_xxx constants
Diffstat (limited to 'adodb.inc.php')
-rw-r--r--adodb.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/adodb.inc.php b/adodb.inc.php
index ac7f1971..6d9ae010 100644
--- a/adodb.inc.php
+++ b/adodb.inc.php
@@ -4512,7 +4512,7 @@ http://www.stanford.edu/dept/itss/docs/oracle/10g/server.101/b10759/statements_1
global $ADODB_NEWCONNECTION, $ADODB_LASTDB;
if (!defined('ADODB_ASSOC_CASE')) {
- define('ADODB_ASSOC_CASE',2);
+ define('ADODB_ASSOC_CASE', ADODB_ASSOC_CASE_NATIVE);
}
$errorfn = (defined('ADODB_ERROR_HANDLER')) ? ADODB_ERROR_HANDLER : false;
if (($at = strpos($db,'://')) !== FALSE) {