Store education field in Education objects
authorRaphaël Barrois <raphael.barrois@polytechnique.org>
Mon, 22 Mar 2010 12:45:11 +0000 (13:45 +0100)
committerRaphaël Barrois <raphael.barrois@polytechnique.org>
Mon, 22 Mar 2010 13:08:01 +0000 (14:08 +0100)
Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
include/profilefields.inc.php

index b67dfbe..adcb128 100644 (file)
@@ -307,6 +307,8 @@ class Education
     public $degree_short;
     public $degree_level;
 
+    public $field;
+
     public function __construct(array $data)
     {
         foreach ($data as $key => $val) {