Typo
authorRaphaël Barrois <raphael.barrois@polytechnique.org>
Mon, 22 Mar 2010 15:08:44 +0000 (16:08 +0100)
committerRaphaël Barrois <raphael.barrois@polytechnique.org>
Mon, 22 Mar 2010 15:48:44 +0000 (16:48 +0100)
Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
classes/profile.php

index 0d380fa..a466fe2 100644 (file)
@@ -91,9 +91,9 @@ class Profile
     const FETCH_PHONES       = 0x000040;
     const FETCH_PHOTO        = 0x000080;
 
-    const FETCH_MINIFICHES   = 0x0000CD; // FETCH_ADDRESSES & FETCH_EDU & FETCH_JOBS & FETCH_PHONES & FETCH_PHOTO
+    const FETCH_MINIFICHES   = 0x0000CD; // FETCH_ADDRESSES | FETCH_EDU | FETCH_JOBS | FETCH_PHONES | FETCH_PHOTO
 
-    const FETCH_ALL          = 0x0000FF; // xor of all FETCH_*
+    const FETCH_ALL          = 0x0000FF; // OR of FETCH_*
 
     private $pid;
     private $hrpid;