mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 17:21:39 +09:00
commit
378992f8a8
1 changed files with 0 additions and 6 deletions
|
|
@ -448,12 +448,6 @@ class VariableBase
|
|||
$where = '';
|
||||
$params = array();
|
||||
|
||||
// flag to mark transformed quotation mark.
|
||||
$escaped_quot = false;
|
||||
|
||||
// flag to mark escaped hypen in the quotation block
|
||||
$escaped_hyphen = false;
|
||||
|
||||
// parse the value (text);
|
||||
$value = str_replace('"', '"', $value);
|
||||
$keywords = preg_split('/(\([^\)]*\))|(\-?\"[^\"]*\")|[\s,]+/', trim($value), 10, \PREG_SPLIT_NO_EMPTY | \PREG_SPLIT_DELIM_CAPTURE);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue