mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-06 23:04:28 +02:00
Fix PHP-CS
This commit is contained in:
parent
6e84c0ade7
commit
3def76649b
1 changed files with 1 additions and 1 deletions
|
@ -256,7 +256,7 @@ class Contact extends BaseModule
|
|||
$search_txt = preg_quote(trim($search, ' @!'));
|
||||
$sql_extra .= " AND (CAST(`name` AS BINARY) REGEXP BINARY ? OR CAST(`url` AS BINARY) REGEXP BINARY ?";
|
||||
$sql_extra .= " OR CAST(`nick` AS BINARY) REGEXP BINARY ? OR CAST(`addr` AS BINARY) REGEXP BINARY ?";
|
||||
$sql_extra .= " OR CAST(`alias` AS BINARY) REGEXP BINARY ?)";
|
||||
$sql_extra .= " OR CAST(`alias` AS BINARY) REGEXP BINARY ?)";
|
||||
$sql_values[] = $search_txt;
|
||||
$sql_values[] = $search_txt;
|
||||
$sql_values[] = $search_txt;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue