From 2192fcfccaf971ab6c6d2f78420c16587cc5cd43 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=C3=ABl=20Barrois?= Date: Wed, 29 Sep 2010 16:47:37 +0200 Subject: [PATCH] Minor comment improvement for UFC_AccountPerm MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Raphaël Barrois --- classes/userfilter.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/classes/userfilter.php b/classes/userfilter.php index a27f835..c297055 100644 --- a/classes/userfilter.php +++ b/classes/userfilter.php @@ -53,7 +53,7 @@ class UFC_HasProfile implements UserFilterCondition // }}} // {{{ class UFC_AccountType -/** Filters users who have the given account types +/** Filters users who have one of the given account types */ class UFC_AccountType implements UserFilterCondition { @@ -73,7 +73,7 @@ class UFC_AccountType implements UserFilterCondition // }}} // {{{ class UFC_AccountPerm -/** Filters users who have the given permissions +/** Filters users who have one of the given permissions */ class UFC_AccountPerm implements UserFilterCondition { @@ -100,6 +100,7 @@ class UFC_AccountPerm implements UserFilterCondition } } } +// }}} // {{{ class UFC_Hruid /** Filters users based on their hruid -- 2.1.4