From: Stéphane Jacob Date: Thu, 27 Oct 2011 08:35:52 +0000 (+0200) Subject: Main first/lastnames should be ordinary names. X-Git-Tag: xorg/1.1.4~50 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=5d2e154665e15340124ba6725f1116c217f15599;p=platal.git Main first/lastnames should be ordinary names. Signed-off-by: Stéphane Jacob --- diff --git a/classes/profile.php b/classes/profile.php index d46b864..3f28654 100644 --- a/classes/profile.php +++ b/classes/profile.php @@ -356,7 +356,7 @@ class Profile implements PlExportable public function firstName() { - return $this->firstname; + return $this->firstname_ordinary; } public function firstNames() @@ -366,7 +366,7 @@ class Profile implements PlExportable public function lastName() { - return $this->lastname; + return $this->lastname_ordinary; } public function lastNames()