From ecf9342e8fb7beb45fc0f90b65ed602212e2cbfa Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Fri, 30 Jul 2010 13:25:17 -0600 Subject: [PATCH] phpdoc --- framework/Core/lib/Horde/Registry.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/framework/Core/lib/Horde/Registry.php b/framework/Core/lib/Horde/Registry.php index 387805e2e..058b89c81 100644 --- a/framework/Core/lib/Horde/Registry.php +++ b/framework/Core/lib/Horde/Registry.php @@ -1695,11 +1695,11 @@ class Horde_Registry *
      * 'permission' - (string) Allow users with this permission admin access
      *                in the current context.
-     * @param integer $permlevel  The level of permissions to check for.
-     *                            Defaults to Horde_Perms::EDIT.
+     * 'permlevel' - (integer) The level of permissions to check for.
+     *               Defaults to Horde_Perms::EDIT.
+     * 'user' - (string) The user to check.
+     *          Defaults to self::getAuth().
      * 
- * @param string $user The user to check. Defaults to - * self::getAuth(). * * @return boolean Whether or not this is an admin user. */ -- 2.11.0