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"]);
|
||||
}
|
||||
|
||||
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'];
|
||||
|
|
|
|||
Loading…
Reference in New Issue