From: Raphaël Barrois Date: Wed, 29 Sep 2010 14:47:37 +0000 (+0200) Subject: Minor comment improvement for UFC_AccountPerm X-Git-Tag: xorg/1.0.1~134 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=2192fcfccaf971ab6c6d2f78420c16587cc5cd43;p=platal.git Minor comment improvement for UFC_AccountPerm Signed-off-by: Raphaël Barrois --- 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