Changes the order of one of the columns and adjust some spacing.

This commit is contained in:
Mark Crane
2015-03-07 21:51:02 +00:00
parent e791288cd0
commit 52dfe82ae6
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -77,11 +77,11 @@ else {
} else {
$sql .= "where domain_uuid = '$domain_uuid' ";
if (strlen($search) > 0) {
$sql .= " and ";
$sql .= "and ";
}
}
if (strlen($search) > 0) {
$sql .= " (";
$sql .= "(";
$sql .= " destination_type like '%".$search."%' ";
$sql .= " or destination_number like '%".$search."%' ";
$sql .= " or destination_context like '%".$search."%' ";