From 6c36b907ae72344efb81730e3b41a0ddc9473cec Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=C3=ABl=20Barrois?= Date: Tue, 30 Jun 2009 12:26:15 +0200 Subject: [PATCH] Remove X.org-specific "promo" field from PlUser MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Raphaël Barrois --- classes/pluser.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- 2.1.4