From 8ad119e3b4fd0a8e0f6e8350fbd08c840d7fc293 Mon Sep 17 00:00:00 2001 From: sunsetsystems Date: Thu, 7 Sep 2006 20:24:17 +0000 Subject: [PATCH] added acl checking --- interface/reports/players_report.php | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/interface/reports/players_report.php b/interface/reports/players_report.php index b58fa1980..6c4686798 100644 --- a/interface/reports/players_report.php +++ b/interface/reports/players_report.php @@ -14,6 +14,7 @@ include_once("$srcdir/acl.inc"); $squads = acl_get_squads(); + $auth_notes_a = acl_check('encounters', 'notes_a'); $fitnesses = array( 'Full Play', @@ -147,7 +148,13 @@   -    +