From eff0b319850b3243a8ce2ce486d72162a38318c3 Mon Sep 17 00:00:00 2001 From: mattf Date: Mon, 18 May 2009 13:34:13 +0000 Subject: [PATCH] fixed bug #210 in AST_timeonVDADall.php script git-svn-id: svn://192.168.202.10@1120 3d104415-ff17-0410-8863-d5cf3c621b8a --- www/vicidial/AST_timeonVDADall.php | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/www/vicidial/AST_timeonVDADall.php b/www/vicidial/AST_timeonVDADall.php index fee2537c..60882537 100644 --- a/www/vicidial/AST_timeonVDADall.php +++ b/www/vicidial/AST_timeonVDADall.php @@ -47,10 +47,11 @@ # 90310-0906 - Added admin header # 90428-0727 - Changed listen and barge to use the API and manager must enter phone # 90508-0623 - Changed to PHP long tags +# 90518-0930 - Fixed $CALLSdisplay static assignment bug for some links(bug #210) # -$version = '2.0.5-38'; -$build = '90508-0623'; +$version = '2.0.5-39'; +$build = '90518-0930'; header ("Content-type: text/html; charset=utf-8"); @@ -1018,19 +1019,19 @@ else } if ($PHONEdisplay>0) { - echo "       HIDE PHONES"; + echo "       HIDE PHONES"; } else { - echo "       SHOW PHONES"; + echo "       SHOW PHONES"; } if ($CUSTPHONEdisplay>0) { - echo "       HIDE CUSTPHONES"; + echo "       HIDE CUSTPHONES"; } else { - echo "       SHOW CUSTPHONES"; + echo "       SHOW CUSTPHONES"; } echo ""; echo "";