Fix UFC_Name::PARTICLE to be easier to use
authorRaphaël Barrois <raphael.barrois@polytechnique.org>
Wed, 28 Apr 2010 22:52:54 +0000 (00:52 +0200)
committerRaphaël Barrois <raphael.barrois@polytechnique.org>
Wed, 28 Apr 2010 22:52:54 +0000 (00:52 +0200)
Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
classes/userfilter.php

index 50eae33..3bee221 100644 (file)
@@ -282,7 +282,7 @@ class UFC_Name implements UserFilterCondition
     const PREFIX   = XDB::WILDCARD_PREFIX;   // 0x001
     const SUFFIX   = XDB::WILDCARD_SUFFIX;   // 0x002
     const CONTAINS = XDB::WILDCARD_CONTAINS; // 0x003
-    const PARTICLE = 0x007; // self::CONTAINS | 0x004
+    const PARTICLE = 0x004;
     const VARIANTS = 0x008;
 
     private $type;