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