Code cleanup in webui/model/search/search.php

Signed-off-by: Janos SUTO <sj@acts.hu>
This commit is contained in:
Janos SUTO 2020-02-16 10:15:38 +01:00
parent 5a548be06c
commit 61c869e4cf

View File

@ -134,7 +134,7 @@ class ModelSearchSearch extends Model {
$data['match'][$i] = $this->fix_email_address_for_sphinx($v);
}
$i++;
$i++;
}
if(SEARCH_QUERY_QUOTING == 1) {
@ -925,6 +925,3 @@ class ModelSearchSearch extends Model {
}
?>