From 330ffaa012073e66a5c94a6dce3ef5c8e32f67b8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=C3=ABl=20Barrois?= Date: Mon, 22 Mar 2010 16:08:44 +0100 Subject: [PATCH] Typo MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Raphaël Barrois --- classes/profile.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/classes/profile.php b/classes/profile.php index 0d380fa..a466fe2 100644 --- a/classes/profile.php +++ b/classes/profile.php @@ -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; -- 2.1.4