summaryrefslogtreecommitdiff
path: root/adodb-xmlschema03.inc.php
diff options
context:
space:
mode:
authorDamien Regad <dregad@mantisbt.org>2021-03-15 08:41:28 +0100
committerDamien Regad <dregad@mantisbt.org>2021-03-15 08:41:28 +0100
commit93c35d374f0852e435fd343641beef1423a107a7 (patch)
tree0cdaa00e2defa525645b1830b9c66f586dff1171 /adodb-xmlschema03.inc.php
parentfd4d6b09577ba461f522ca8f41a717c5c0a1428b (diff)
parent099d06fc8f3f5fa8e82c0064c1b9148e89729b4c (diff)
downloadadodb-93c35d374f0852e435fd343641beef1423a107a7.tar.gz
adodb-93c35d374f0852e435fd343641beef1423a107a7.tar.bz2
adodb-93c35d374f0852e435fd343641beef1423a107a7.zip
Merge branch 'hotfix/5.21' into master
Diffstat (limited to 'adodb-xmlschema03.inc.php')
-rw-r--r--adodb-xmlschema03.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/adodb-xmlschema03.inc.php b/adodb-xmlschema03.inc.php
index d738c9f7..53ea7acc 100644
--- a/adodb-xmlschema03.inc.php
+++ b/adodb-xmlschema03.inc.php
@@ -1401,7 +1401,7 @@ class adoSchema {
function __construct( $db ) {
$this->db = $db;
$this->debug = $this->db->debug;
- $this->dict = NewDataDictionary( $this->db );
+ $this->dict = newDataDictionary( $this->db );
$this->sqlArray = array();
$this->schemaVersion = XMLS_SCHEMA_VERSION;
$this->executeInline( XMLS_EXECUTE_INLINE );