From: Raphaël Barrois Date: Tue, 30 Jun 2009 10:26:15 +0000 (+0200) Subject: Remove X.org-specific "promo" field from PlUser X-Git-Tag: core/1.0.1~7 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=6c36b907ae72344efb81730e3b41a0ddc9473cec;p=platal.git Remove X.org-specific "promo" field from PlUser Signed-off-by: Raphaël Barrois --- diff --git a/classes/pluser.php b/classes/pluser.php index 6a55a14..4cd8edc 100644 --- a/classes/pluser.php +++ b/classes/pluser.php @@ -54,6 +54,9 @@ abstract class PlUser * By convention, null means the information hasn't been fetched yet, and * false means the information is not available. */ + + // user_id is internal user ID (potentially numeric), whereas hruid is a + // "human readable" unique ID protected $user_id = null; protected $hruid = null; @@ -66,7 +69,6 @@ abstract class PlUser // !"), while full name is the official full name. protected $display_name = null; protected $full_name = null; - protected $promo = null; // Other important parameters used when sending emails. protected $gender = null; // Acceptable values are GENDER_MALE and GENDER_FEMALE