bug fixed
This commit is contained in:
@@ -132,10 +132,10 @@ class furatalogLib {
|
|||||||
$tmpVal = $newtmpVal;
|
$tmpVal = $newtmpVal;
|
||||||
|
|
||||||
|
|
||||||
$whereRequest .= "(content.name REGEXP '%" . $tmpVal . "%' OR
|
$whereRequest .= "(content.name REGEXP '" . $tmpVal . "' OR
|
||||||
creator.name REGEXP '%" . $tmpVal . "%'
|
creator.name REGEXP '" . $tmpVal . "'
|
||||||
" . ($section==1 ?
|
" . ($section==1 ?
|
||||||
" OR species.name REGEXP '%" . $tmpVal . "%' OR species.tag REGEXP '%" . $tmpVal . "%') " :
|
" OR species.name REGEXP '" . $tmpVal . "' OR species.tag REGEXP '" . $tmpVal . "') " :
|
||||||
")") . "";
|
")") . "";
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user