From 9b1ac240b3a6c345e21783cbde6d217ddc9ed21e Mon Sep 17 00:00:00 2001 From: fusionate Date: Mon, 12 Jun 2023 21:02:52 +0000 Subject: [PATCH] Call Center Queue - Edit: Updates for PHP 8.1 --- app/call_centers/call_center_queue_edit.php | 24 ++++++--------------- 1 file changed, 7 insertions(+), 17 deletions(-) diff --git a/app/call_centers/call_center_queue_edit.php b/app/call_centers/call_center_queue_edit.php index 998dccaa10..2525d43c1a 100644 --- a/app/call_centers/call_center_queue_edit.php +++ b/app/call_centers/call_center_queue_edit.php @@ -1143,7 +1143,7 @@ echo " ".$text['label-outbound_caller_id_name']."\n"; echo "\n"; echo "\n"; - echo " \n"; + echo " \n"; echo "
\n"; echo $text['description-outbound_caller_id_name']."\n"; echo "\n"; @@ -1156,7 +1156,7 @@ echo " ".$text['label-outbound_caller_id_number']."\n"; echo "\n"; echo "\n"; - echo " \n"; + echo " \n"; echo "
\n"; echo $text['description-outbound_caller_id_number']."\n"; echo "\n"; @@ -1170,21 +1170,11 @@ echo "\n"; echo "\n"; echo " \n"; echo "
\n"; - echo $text['description-queue_announce_position']."\n"; + echo ($text['description-queue_announce_position'] ?? '')."\n"; echo "\n"; echo "\n"; } @@ -1321,7 +1311,7 @@ echo " ".$text['label-queue_email_address']."\n"; echo "\n"; echo "\n"; - echo " \n"; + echo " \n"; echo "
\n"; echo $text['description-queue_email_address']."\n"; echo "\n"; @@ -1353,4 +1343,4 @@ //include the footer require_once "resources/footer.php"; -?> +?> \ No newline at end of file