From: Raphaël Barrois Date: Mon, 15 Mar 2010 14:00:11 +0000 (+0100) Subject: Add Profile::FETCH_ALL X-Git-Tag: xorg/1.0.0~332^2~58 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=6b5008ecf451a7bd69a240dd7fdf5b2579f8646f;p=platal.git Add Profile::FETCH_ALL Signed-off-by: Raphaël Barrois --- diff --git a/classes/profile.php b/classes/profile.php index ae6b197..ac6223e 100644 --- a/classes/profile.php +++ b/classes/profile.php @@ -91,6 +91,8 @@ class Profile const FETCH_PHONES = 0x00040; const FETCH_PHOTO = 0x00080; + const FETCH_ALL = 0x000FF; + private $pid; private $hrpid; private $data = array();