From ca05b5b137c83009266fe801abb3a8cc83c9d9fc Mon Sep 17 00:00:00 2001 From: mattf Date: Mon, 28 Nov 2016 20:54:20 +0000 Subject: [PATCH] Small fix for link on DID modify page with plus sign'+' in did pattern git-svn-id: svn://192.168.202.10@2636 3d104415-ff17-0410-8863-d5cf3c621b8a --- agc_2-X/trunk/www/vicidial/admin.php | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/agc_2-X/trunk/www/vicidial/admin.php b/agc_2-X/trunk/www/vicidial/admin.php index 7926beca..4a2e154e 100644 --- a/agc_2-X/trunk/www/vicidial/admin.php +++ b/agc_2-X/trunk/www/vicidial/admin.php @@ -3896,12 +3896,13 @@ else # 161106-2058 - Added agent_script # 161113-0900 - Changed script_id to 20 characters max, other small script changes # 161126-2157 - Release of 2.13 stable branch and raising trunk to 2.14 +# 161128-1552 - Small fix for link on DID modify page with plus sign'+' in did pattern # # make sure you have added a user to the vicidial_users MySQL table with at least user_level 9 to access this page the first time -$admin_version = '2.14-577a'; -$build = '161126-2157'; +$admin_version = '2.14-578a'; +$build = '161128-1552'; $STARTtime = date("U"); $SQLdate = date("Y-m-d H:i:s"); @@ -28096,7 +28097,10 @@ if ($ADD==3311) echo "
"._QXZ("Click here to see a traffic report for this DID")."
\n"; - echo "
"._QXZ("Click here to see a list of recordings and calls for this DID")."
\n"; + + $temp_did_pattern = $did_pattern; + $temp_did_pattern = preg_replace("/\+/",'%2B',$temp_did_pattern); + echo "
"._QXZ("Click here to see a list of recordings and calls for this DID")."
\n"; if ($SSdid_ra_extensions_enabled > 0) {