mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-04 09:32:15 +09:00
Update variablebase.php
This commit is contained in:
parent
d23c5f7271
commit
a9ff791f4b
1 changed files with 1 additions and 1 deletions
|
|
@ -237,7 +237,7 @@ class VariableBase
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case 'search':
|
case 'search':
|
||||||
list($where, $params) = $this->_parseSearchKeywords($value);
|
list($where, $params[]) = $this->_parseSearchKeywords($value);
|
||||||
break;
|
break;
|
||||||
case 'plus':
|
case 'plus':
|
||||||
$where = sprintf('%s = %s + %s', $column, $column, $is_expression ? $value : '?');
|
$where = sprintf('%s = %s + %s', $column, $column, $is_expression ? $value : '?');
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue