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 "";