Minor comment improvement for UFC_AccountPerm
authorRaphaël Barrois <raphael.barrois@polytechnique.org>
Wed, 29 Sep 2010 14:47:37 +0000 (16:47 +0200)
committerRaphaël Barrois <raphael.barrois@polytechnique.org>
Wed, 29 Sep 2010 14:48:02 +0000 (16:48 +0200)
Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
classes/userfilter.php

index a27f835..c297055 100644 (file)
@@ -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