From 1bd2603ad211f65876a6b81b8a57fa64f0a5027d Mon Sep 17 00:00:00 2001 From: mattf Date: Sat, 4 Apr 2020 13:31:25 +0000 Subject: [PATCH] minor change for other campaign dnc in admin.php git-svn-id: svn://192.168.202.10@3210 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 0a011746..c0c76b5d 100644 --- a/www/vicidial/admin.php +++ b/www/vicidial/admin.php @@ -3144,7 +3144,6 @@ if ($non_latin < 1) $callback_list_calltime = preg_replace('/[^0-9a-zA-Z]/','',$callback_list_calltime); $pause_after_next_call = preg_replace('/[^0-9a-zA-Z]/','',$pause_after_next_call); $owner_populate = preg_replace('/[^0-9a-zA-Z]/','',$owner_populate); - $use_other_campaign_dnc = preg_replace('/[^0-9a-zA-Z]/','',$use_other_campaign_dnc); $dead_max_dispo = preg_replace('/[^0-9a-zA-Z]/','',$dead_max_dispo); $dispo_max_dispo = preg_replace('/[^0-9a-zA-Z]/','',$dispo_max_dispo); $wrapup_bypass = preg_replace('/[^0-9a-zA-Z]/','',$wrapup_bypass); @@ -3502,6 +3501,7 @@ if ($non_latin < 1) $dial_timeout_lead_container = preg_replace('/[^-_0-9a-zA-Z]/','',$dial_timeout_lead_container); $amd_type = preg_replace('/[^-_0-9a-zA-Z]/','',$amd_type); $recording_buttons = preg_replace('/[^-_0-9a-zA-Z]/','',$recording_buttons); + $use_other_campaign_dnc = preg_replace('/[^-_0-9a-zA-Z]/','',$use_other_campaign_dnc); ### ALPHA-NUMERIC and underscore and dash and slash and dot $menu_timeout_prompt = preg_replace('/[^-\/\|\._0-9a-zA-Z]/','',$menu_timeout_prompt);