From fa9994fa46e744766e87e445413610cf3f184374 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=C3=ABl=20Barrois?= Date: Mon, 22 Mar 2010 16:04:30 +0100 Subject: [PATCH] Add new constant for batch fetching MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Raphaël Barrois --- classes/profile.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/classes/profile.php b/classes/profile.php index f55b0a2..0d380fa 100644 --- a/classes/profile.php +++ b/classes/profile.php @@ -91,8 +91,9 @@ class Profile const FETCH_PHONES = 0x000040; const FETCH_PHOTO = 0x000080; - // xor of all FETCH_XYZ - const FETCH_ALL = 0x0000FF; + const FETCH_MINIFICHES = 0x0000CD; // FETCH_ADDRESSES & FETCH_EDU & FETCH_JOBS & FETCH_PHONES & FETCH_PHOTO + + const FETCH_ALL = 0x0000FF; // xor of all FETCH_* private $pid; private $hrpid; -- 2.1.4