From 1ffe3c465e7733c16d277ade687a664c3cf353a8 Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Wed, 21 Nov 2012 16:41:10 +0000 Subject: [PATCH] Adjust ringback to work with the new select list. --- app/hunt_group/v_hunt_group_edit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/hunt_group/v_hunt_group_edit.php b/app/hunt_group/v_hunt_group_edit.php index 7519eb05c3..04fa552705 100644 --- a/app/hunt_group/v_hunt_group_edit.php +++ b/app/hunt_group/v_hunt_group_edit.php @@ -108,7 +108,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) { if (strlen($hunt_group_timeout) == 0) { $msg .= "Please provide: Timeout
\n"; } if (strlen($hunt_group_timeout_destination) == 0) { $msg .= "Please provide: Timeout Destination
\n"; } if (strlen($hunt_group_timeout_type) == 0) { $msg .= "Please provide: Timeout Type
\n"; } - if (strlen($hunt_group_ringback) == 0) { $msg .= "Please provide: Ring Back
\n"; } + //if (strlen($hunt_group_ringback) == 0) { $msg .= "Please provide: Ring Back
\n"; } //if (strlen($hunt_group_cid_name_prefix) == 0) { $msg .= "Please provide: CID Prefix
\n"; } //if (strlen($hunt_group_pin) == 0) { $msg .= "Please provide: PIN
\n"; } if (strlen($hunt_group_caller_announce) == 0) { $msg .= "Please provide: Caller Announce
\n"; }