This commit is contained in:
Mark Crane
2015-02-21 05:33:53 +00:00
parent c5ba922679
commit 7f961d03dc
2 changed files with 7 additions and 4 deletions
+6 -3
View File
@@ -84,9 +84,12 @@ if (count($_GET)>0) {
unset($sql);
}
//synchronize configuration
save_call_center_xml();
$_SESSION["message"] = $text['message-delete'];
header("Location: call_center_agents.php");
return;
//redirect the browser
$_SESSION["message"] = $text['message-delete'];
header("Location: call_center_agents.php");
return;
?>