mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-11-08 00:31:58 +01:00
Code cleanup in webui/model/search/search.php
Signed-off-by: Janos SUTO <sj@acts.hu>
This commit is contained in:
parent
5a548be06c
commit
61c869e4cf
@ -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 {
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
?>
|
||||
|
Loading…
Reference in New Issue
Block a user