diff options
| author | Damien Regad <dregad@mantisbt.org> | 2021-03-15 08:41:28 +0100 |
|---|---|---|
| committer | Damien Regad <dregad@mantisbt.org> | 2021-03-15 08:41:28 +0100 |
| commit | 93c35d374f0852e435fd343641beef1423a107a7 (patch) | |
| tree | 0cdaa00e2defa525645b1830b9c66f586dff1171 /adodb-xmlschema03.inc.php | |
| parent | fd4d6b09577ba461f522ca8f41a717c5c0a1428b (diff) | |
| parent | 099d06fc8f3f5fa8e82c0064c1b9148e89729b4c (diff) | |
| download | adodb-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.php | 2 |
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 ); |
