summaryrefslogtreecommitdiff
path: root/adodb-xmlschema.inc.php
diff options
context:
space:
mode:
authorDamien Regad <dregad@mantisbt.org>2021-03-11 19:32:27 +0100
committerDamien Regad <dregad@mantisbt.org>2021-03-11 19:32:27 +0100
commit92346252254a4d3fb97ec0034a0832c271b68989 (patch)
tree0da2dea22a66004e91414818002d93e7af9fed52 /adodb-xmlschema.inc.php
parentfb614c19da9ff08beb97db052d2b4cd801266b08 (diff)
downloadadodb-92346252254a4d3fb97ec0034a0832c271b68989.tar.gz
adodb-92346252254a4d3fb97ec0034a0832c271b68989.tar.bz2
adodb-92346252254a4d3fb97ec0034a0832c271b68989.zip
PHPDoc and camelCase for newDataDictionary
Diffstat (limited to 'adodb-xmlschema.inc.php')
-rw-r--r--adodb-xmlschema.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/adodb-xmlschema.inc.php b/adodb-xmlschema.inc.php
index 0961b4db..0216684b 100644
--- a/adodb-xmlschema.inc.php
+++ b/adodb-xmlschema.inc.php
@@ -1299,7 +1299,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 );