Change the 'Cancel' button to 'Stop Broadcast'

This commit is contained in:
Mark Crane
2014-02-19 08:50:36 +00:00
parent 1e53c4e5af
commit cd28bf2491
4 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ function cmd_async($cmd) {
//get the http get values and set as php variables
$group_name = $_GET["group_name"];
$call_broadcast_uuid = $_GET["call_broadcast_uuid"];
$call_broadcast_uuid = $_GET["id"];
$user_category = $_GET["user_category"];
$gateway = $_GET["gateway"];
$phonetype1 = $_GET["phonetype1"];