summaryrefslogtreecommitdiff
path: root/inc/auth.php
diff options
context:
space:
mode:
authorDominik Eckelmann <deckelmann@gmail.com>2011-10-22 16:01:07 +0200
committerDominik Eckelmann <deckelmann@gmail.com>2011-10-22 16:01:07 +0200
commit5446f3ffde77013d4eaea1fb166bcbd905a777a4 (patch)
treec44fef0e4490f7fe51f1041d7de8bbb71ffec1df /inc/auth.php
parent434f59213c7786053b453612347ff83abfeb8b7b (diff)
downloadrpg-5446f3ffde77013d4eaea1fb166bcbd905a777a4.tar.gz
rpg-5446f3ffde77013d4eaea1fb166bcbd905a777a4.tar.bz2
use correct phpdoc @return tag.
Diffstat (limited to 'inc/auth.php')
-rw-r--r--inc/auth.php2
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;