Skip to content

Commit 1548e29

Browse files
committed
Fix notice
1 parent 8e48b72 commit 1548e29

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

MysqliDb.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -518,6 +518,7 @@ protected function _buildQuery($numRows = null, $tableData = null)
518518
$val = $value[1][$key];
519519
switch( strtolower($key) ) {
520520
case '0':
521+
$comparison = '';
521522
foreach ($value[1] as $v)
522523
$this->_bindParam ($v);
523524
break;

0 commit comments

Comments
 (0)