mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-05 09:41:40 +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;
|
||||
case 'search':
|
||||
list($where, $params) = $this->_parseSearchKeywords($value);
|
||||
list($where, $params[]) = $this->_parseSearchKeywords($value);
|
||||
break;
|
||||
case 'plus':
|
||||
$where = sprintf('%s = %s + %s', $column, $column, $is_expression ? $value : '?');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue