From: Raphaël Barrois Date: Wed, 1 Sep 2010 19:21:33 +0000 (+0100) Subject: Minor fix on PlUser: declare the "email" field too. X-Git-Tag: core/1.1.1~36 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=3f0fafbde81f4dcb8067e4bc5fc7eca57f535ae2;p=platal.git Minor fix on PlUser: declare the "email" field too. Signed-off-by: Raphaël Barrois --- 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.