From: Raphaël Barrois Date: Mon, 22 Mar 2010 15:04:30 +0000 (+0100) Subject: Add new constant for batch fetching X-Git-Tag: xorg/1.0.0~332^2~10 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=fa9994fa46e744766e87e445413610cf3f184374;p=platal.git Add new constant for batch fetching Signed-off-by: Raphaël Barrois --- 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;