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 fc4fc69878
commit 96900f5e33
2 changed files with 3 additions and 3 deletions

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."%' ";