bug fixed

This commit is contained in:
2025-06-10 13:40:25 +02:00
parent 3837ebaa91
commit 74fd234d87
+3 -3
View File
@@ -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 {