From: Raphaël Barrois Date: Tue, 21 Jul 2009 15:16:45 +0000 (+0200) Subject: Finish migration of "promo" field to X.org User class X-Git-Tag: core/1.0.1~4 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=752795a1b1b0b2760a582ea06d840d40ed98609f;p=platal.git Finish migration of "promo" field to X.org User class Signed-off-by: Raphaël Barrois --- diff --git a/classes/pluser.php b/classes/pluser.php index 4cd8edc..9c44b46 100644 --- a/classes/pluser.php +++ b/classes/pluser.php @@ -151,11 +151,6 @@ abstract class PlUser return $this->full_name; } - public function promo() - { - return $this->promo; - } - abstract public function password(); // Fallback value is GENDER_MALE.