diff options
-rw-r--r-- | it_dbi.class | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/it_dbi.class b/it_dbi.class index 3fa5508..3bc82c9 100644 --- a/it_dbi.class +++ b/it_dbi.class @@ -151,7 +151,7 @@ function createclass($p) function $classname(\$query = null, \$p = array()) { if (\$p) - it::error('title' => 'Deprecated use of \$p parameter for $classname', 'body' => var_export(\$p, true), 'backtraceskip' => 1); + it::error(array('title' => 'Deprecated use of \$p parameter for $classname', 'body' => var_export(\$p, true), 'backtraceskip' => 1)); \$p += " . var_export($p, true) . "; \$this->it_dbi(\$p, \$query); } |