mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-01 09:43:50 +00:00
Remove a space and replace with a tab.
This commit is contained in:
@@ -131,8 +131,8 @@ else {
|
||||
$sql = "select * from v_domains ";
|
||||
if (strlen($search) > 0) {
|
||||
$sql .= "where (";
|
||||
$sql .= " domain_name like '%".$search."%' ";
|
||||
$sql .= " or domain_description like '%".$search."%' ";
|
||||
$sql .= " domain_name like '%".$search."%' ";
|
||||
$sql .= " or domain_description like '%".$search."%' ";
|
||||
$sql .= ") ";
|
||||
}
|
||||
if (strlen($order_by) == 0) {
|
||||
|
||||
Reference in New Issue
Block a user