From 1698b9830067b19b9f38c5956857b46107ae62b0 Mon Sep 17 00:00:00 2001 From: michael Date: Sun, 4 Oct 2009 11:33:16 +0200 Subject: auth_(quick)aclcheck needs resolved and cleaned id Ignore-this: 3e0ad635a6f8536ed05871704a29e1e2 This patch adds a small notice to the comment that the id given to auth_(quick)aclcheck needs to be resolved and cleaned. darcs-hash:20091004093316-074e0-a4095962c52c16918d617d2ffecc783ba8fd0202.gz --- inc/auth.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'inc') diff --git a/inc/auth.php b/inc/auth.php index d497c89d6..d0f813aa6 100644 --- a/inc/auth.php +++ b/inc/auth.php @@ -403,7 +403,7 @@ function auth_isadmin($user=null,$groups=null){ * * @author Andreas Gohr * - * @param string $id page ID + * @param string $id page ID (needs to be resolved and cleaned) * @return int permission level */ function auth_quickaclcheck($id){ @@ -420,7 +420,7 @@ function auth_quickaclcheck($id){ * * @author Andreas Gohr * - * @param string $id page ID + * @param string $id page ID (needs to be resolved and cleaned) * @param string $user Username * @param array $groups Array of groups the user is in * @return int permission level -- cgit v1.2.3