diff options
author | michael <michael@content-space.de> | 2009-10-04 11:33:16 +0200 |
---|---|---|
committer | michael <michael@content-space.de> | 2009-10-04 11:33:16 +0200 |
commit | 1698b9830067b19b9f38c5956857b46107ae62b0 (patch) | |
tree | e3f5925ae57964843f37a9ab1bd80c19f12f05ed /inc | |
parent | 2b72d22a120141be8d3c8d7754f0bdba2202b094 (diff) | |
download | rpg-1698b9830067b19b9f38c5956857b46107ae62b0.tar.gz rpg-1698b9830067b19b9f38c5956857b46107ae62b0.tar.bz2 |
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
Diffstat (limited to 'inc')
-rw-r--r-- | inc/auth.php | 4 |
1 files changed, 2 insertions, 2 deletions
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 <andi@splitbrain.org> * - * @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 <andi@splitbrain.org> * - * @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 |