diff options
author | Dominik Eckelmann <deckelmann@gmail.com> | 2011-10-22 16:01:07 +0200 |
---|---|---|
committer | Dominik Eckelmann <deckelmann@gmail.com> | 2011-10-22 16:01:07 +0200 |
commit | 5446f3ffde77013d4eaea1fb166bcbd905a777a4 (patch) | |
tree | c44fef0e4490f7fe51f1041d7de8bbb71ffec1df /inc/auth.php | |
parent | 434f59213c7786053b453612347ff83abfeb8b7b (diff) | |
download | rpg-5446f3ffde77013d4eaea1fb166bcbd905a777a4.tar.gz rpg-5446f3ffde77013d4eaea1fb166bcbd905a777a4.tar.bz2 |
use correct phpdoc @return tag.
Diffstat (limited to 'inc/auth.php')
-rw-r--r-- | inc/auth.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/auth.php b/inc/auth.php index eff984b36..a52c14731 100644 --- a/inc/auth.php +++ b/inc/auth.php @@ -422,7 +422,7 @@ function auth_isadmin($user=null,$groups=null){ * @param $memberlist string commaseparated list of allowed users and groups * @param $user string user to match against * @param $groups array groups the user is member of - * @returns bool true for membership acknowledged + * @return bool true for membership acknowledged */ function auth_isMember($memberlist,$user,array $groups){ global $auth; |