mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-03-01 04:49:36 +00:00
Update PartSearchFilter.php
This commit is contained in:
parent
1d6b63405b
commit
449b9446d2
1 changed files with 2 additions and 2 deletions
|
|
@ -139,8 +139,8 @@ class PartSearchFilter implements FilterInterface
|
|||
return;
|
||||
}
|
||||
|
||||
expressions = new array();
|
||||
params = new array();
|
||||
$expressions = array();
|
||||
$params = array();
|
||||
|
||||
//Use equal expression to just search for exact numeric matches
|
||||
if ($search_dbId) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue