Correct the consistency of the indentation.
This commit is contained in:
parent
2a90eb7926
commit
75b2742fbf
|
|
@ -43,7 +43,8 @@ else {
|
||||||
$id = check_str($_GET["id"]);
|
$id = check_str($_GET["id"]);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (strlen($id) > 0) {
|
//delete the data
|
||||||
|
if (strlen($id) > 0) {
|
||||||
|
|
||||||
//get the dialplan uuid
|
//get the dialplan uuid
|
||||||
$sql = "select * from v_call_center_queues ";
|
$sql = "select * from v_call_center_queues ";
|
||||||
|
|
@ -95,7 +96,7 @@ if (strlen($id) > 0) {
|
||||||
|
|
||||||
//apply settings reminder
|
//apply settings reminder
|
||||||
$_SESSION["reload_xml"] = true;
|
$_SESSION["reload_xml"] = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
//redirect the browser
|
//redirect the browser
|
||||||
$_SESSION["message"] = $text['message-delete'];
|
$_SESSION["message"] = $text['message-delete'];
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue