From ef97f0d7ad00ff927e67e180a12e94714bb50f4a Mon Sep 17 00:00:00 2001 From: Nate Jones Date: Fri, 31 Oct 2014 05:12:21 +0000 Subject: [PATCH] Ring Groups: Correction (Sequence, not Simultaneous). --- app/ring_groups/ring_group_edit.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/ring_groups/ring_group_edit.php b/app/ring_groups/ring_group_edit.php index 30b4576fe6..4318cad184 100644 --- a/app/ring_groups/ring_group_edit.php +++ b/app/ring_groups/ring_group_edit.php @@ -458,7 +458,7 @@ else { echo " ".$text['label-strategy'].":\n"; echo "\n"; echo "\n"; - echo " \n"; echo " \n"; echo " \n"; echo " \n"; @@ -477,7 +477,7 @@ else { echo " \n"; echo " ".$text['label-destination_number']."\n"; echo " "; - echo ($ring_group_strategy == 'simultaneous' || $ring_group_strategy == 'rollover' || $ring_group_strategy == '') ? $text['label-destination_order'] : $text['label-destination_delay']; + echo ($ring_group_strategy == 'sequence' || $ring_group_strategy == 'rollover') ? $text['label-destination_order'] : $text['label-destination_delay']; echo " \n"; echo " ".$text['label-destination_timeout']."\n"; if (permission_exists('ring_group_prompt')) {