From a955e7877fd2c360130601022a80e69ab67d5774 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=C3=ABl=20Barrois?= Date: Mon, 22 Mar 2010 13:45:11 +0100 Subject: [PATCH] Store education field in Education objects MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Raphaël Barrois --- include/profilefields.inc.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/profilefields.inc.php b/include/profilefields.inc.php index b67dfbe..adcb128 100644 --- a/include/profilefields.inc.php +++ b/include/profilefields.inc.php @@ -307,6 +307,8 @@ class Education public $degree_short; public $degree_level; + public $field; + public function __construct(array $data) { foreach ($data as $key => $val) { -- 2.1.4