From be9fe8c128ae9b8264ee826d02d570d468b5bebc Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Sun, 11 Jan 2015 08:04:55 +0000 Subject: [PATCH] Change the queue_announce_frequency default to 0. --- app/call_center/call_center_queue_edit.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/call_center/call_center_queue_edit.php b/app/call_center/call_center_queue_edit.php index b13be512e9..89d0bb66b4 100644 --- a/app/call_center/call_center_queue_edit.php +++ b/app/call_center/call_center_queue_edit.php @@ -17,7 +17,7 @@ The Initial Developer of the Original Code is Mark J Crane - Portions created by the Initial Developer are Copyright (C) 2008-2014f + Portions created by the Initial Developer are Copyright (C) 2008-2014 the Initial Developer. All Rights Reserved. Contributor(s): @@ -924,7 +924,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) { echo " ".$text['label-caller_announce_frequency'].":\n"; echo "\n"; echo "\n"; - echo " \n"; + echo " \n"; echo "
\n"; echo $text['description-caller_announce_frequency']."\n"; echo "\n";