From 3f0fafbde81f4dcb8067e4bc5fc7eca57f535ae2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=C3=ABl=20Barrois?= Date: Wed, 1 Sep 2010 20:21:33 +0100 Subject: [PATCH] Minor fix on PlUser: declare the "email" field too. 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 339a527..3e4418a 100644 --- a/classes/pluser.php +++ b/classes/pluser.php @@ -61,9 +61,11 @@ abstract class PlUser protected $hruid = null; // User main email aliases (forlife is the for-life email address, bestalias - // is user-chosen preferred email address). + // is user-chosen preferred email address, email might be any email available + // for the user). protected $forlife = null; protected $bestalias = null; + protected $email = null; // Display name is user-chosen name to display (eg. in "Welcome // !"), while full name is the official full name. -- 2.1.4