Correct the consistency of the indentation.

This commit is contained in:
markjcrane 2015-11-14 17:56:20 -07:00
parent 2a90eb7926
commit 75b2742fbf
1 changed files with 46 additions and 45 deletions

View File

@ -43,7 +43,8 @@ else {
$id = check_str($_GET["id"]);
}
if (strlen($id) > 0) {
//delete the data
if (strlen($id) > 0) {
//get the dialplan uuid
$sql = "select * from v_call_center_queues ";
@ -95,7 +96,7 @@ if (strlen($id) > 0) {
//apply settings reminder
$_SESSION["reload_xml"] = true;
}
}
//redirect the browser
$_SESSION["message"] = $text['message-delete'];