From 19f5ebacf85bc14869fd77a23af1f05c997cea79 Mon Sep 17 00:00:00 2001 From: mattf Date: Fri, 15 Dec 2017 07:59:44 +0000 Subject: [PATCH] small fix for last commit git-svn-id: svn://192.168.202.10@2874 3d104415-ff17-0410-8863-d5cf3c621b8a --- www/vicidial/admin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/vicidial/admin.php b/www/vicidial/admin.php index 17a5717f..3f55f4fc 100644 --- a/www/vicidial/admin.php +++ b/www/vicidial/admin.php @@ -2841,7 +2841,6 @@ if ($non_latin < 1) $campaign_script = preg_replace('/[^0-9a-zA-Z]/','',$campaign_script); $submit = preg_replace('/[^0-9a-zA-Z]/','',$submit); $campaign_cid = preg_replace('/[^0-9a-zA-Z]/','',$campaign_cid); - $get_call_launch = preg_replace('/[^0-9a-zA-Z]/','',$get_call_launch); $campaign_recording = preg_replace('/[^0-9a-zA-Z]/','',$campaign_recording); $ADD = preg_replace('/[^0-9a-zA-Z]/','',$ADD); $dial_prefix = preg_replace('/[^0-9a-zA-Z]/','',$dial_prefix); @@ -3210,6 +3209,7 @@ if ($non_latin < 1) $max_inbound_calls_outcome = preg_replace('/[^-_0-9a-zA-Z]/','',$max_inbound_calls_outcome); $manual_auto_next_options = preg_replace('/[^-_0-9a-zA-Z]/','',$manual_auto_next_options); $agent_screen_time_display = preg_replace('/[^-_0-9a-zA-Z]/','',$agent_screen_time_display); + $get_call_launch = preg_replace('/[^-_0-9a-zA-Z]/','',$get_call_launch); ### ALPHA-NUMERIC and underscore and dash and slash and dot $menu_timeout_prompt = preg_replace('/[^-\/\|\._0-9a-zA-Z]/','',$menu_timeout_prompt);