Update the file names in call center.

This commit is contained in:
Mark Crane
2012-11-24 02:59:17 +00:00
parent c2f1d8eb54
commit 47de6ff375
12 changed files with 49 additions and 60 deletions
+1 -1
View File
@@ -52,6 +52,6 @@ if ($rdr == "false") {
echo $response;
}
else {
header("Location: v_call_center_queue.php?savemsg=".urlencode($response));
header("Location: call_center_queues.php?savemsg=".urlencode($response));
}
?>