diff options
| author | Damien Regad <dregad@mantisbt.org> | 2021-03-11 19:32:27 +0100 |
|---|---|---|
| committer | Damien Regad <dregad@mantisbt.org> | 2021-03-11 19:32:27 +0100 |
| commit | 92346252254a4d3fb97ec0034a0832c271b68989 (patch) | |
| tree | 0da2dea22a66004e91414818002d93e7af9fed52 /tests | |
| parent | fb614c19da9ff08beb97db052d2b4cd801266b08 (diff) | |
| download | adodb-92346252254a4d3fb97ec0034a0832c271b68989.tar.gz adodb-92346252254a4d3fb97ec0034a0832c271b68989.tar.bz2 adodb-92346252254a4d3fb97ec0034a0832c271b68989.zip | |
PHPDoc and camelCase for newDataDictionary
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/test-datadict.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-datadict.php b/tests/test-datadict.php index c35c3d8a..071ebf34 100644 --- a/tests/test-datadict.php +++ b/tests/test-datadict.php @@ -18,7 +18,7 @@ include_once('../adodb.inc.php'); foreach(array('sapdb','sybase','mysql','access','oci8po','odbc_mssql','odbc','db2','firebird','postgres','informix') as $dbType) { echo "<h3>$dbType</h3><p>"; $db = NewADOConnection($dbType); - $dict = NewDataDictionary($db); + $dict = newDataDictionary($db); if (!$dict) continue; $dict->debug = 1; |
