From 3575e20e9581dbd56a789503367ed58978a43b49 Mon Sep 17 00:00:00 2001 From: mattf Date: Fri, 30 Nov 2012 15:02:52 +0000 Subject: [PATCH] Fix for user group permissions issue #588, reported by rrb555 git-svn-id: svn://192.168.202.10@1896 3d104415-ff17-0410-8863-d5cf3c621b8a --- .../trunk/www/vicidial/AST_agent_performance_detail.php | 7 +++++++ agc_2-X/trunk/www/vicidial/AST_agent_status_detail.php | 7 +++++++ agc_2-X/trunk/www/vicidial/AST_agent_time_detail.php | 6 ++++++ 3 files changed, 20 insertions(+) diff --git a/agc_2-X/trunk/www/vicidial/AST_agent_performance_detail.php b/agc_2-X/trunk/www/vicidial/AST_agent_performance_detail.php index d052990e..42526914 100644 --- a/agc_2-X/trunk/www/vicidial/AST_agent_performance_detail.php +++ b/agc_2-X/trunk/www/vicidial/AST_agent_performance_detail.php @@ -30,6 +30,7 @@ # 111007-0709 - Changed user and fullname to use non-truncated for output file # 111104-1249 - Added user_group restrictions for selecting in-groups # 120224-0910 - Added HTML display option with bar graphs +# 121130-0952 - Fix for user group permissions issue #588 # require("dbconnect.php"); @@ -204,6 +205,11 @@ while ($i < $campaigns_to_print) {$group[$i] = $groups[$i];} $i++; } + +for ($i=0; $i