Finish migration of "promo" field to X.org User class
authorRaphaël Barrois <raphael.barrois@polytechnique.org>
Tue, 21 Jul 2009 15:16:45 +0000 (17:16 +0200)
committerRaphaël Barrois <raphael.barrois@polytechnique.org>
Tue, 21 Jul 2009 15:16:45 +0000 (17:16 +0200)
Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
classes/pluser.php

index 4cd8edc..9c44b46 100644 (file)
@@ -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.