Commit 1548e293 authored by Alexander Butenko's avatar Alexander Butenko

Fix notice

parent 8e48b720
...@@ -518,6 +518,7 @@ class MysqliDb ...@@ -518,6 +518,7 @@ class MysqliDb
$val = $value[1][$key]; $val = $value[1][$key];
switch( strtolower($key) ) { switch( strtolower($key) ) {
case '0': case '0':
$comparison = '';
foreach ($value[1] as $v) foreach ($value[1] as $v)
$this->_bindParam ($v); $this->_bindParam ($v);
break; break;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment