X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=modules%2Fprofile%2Fgeneral.inc.php;h=2051f16fba8523507767c3b8292d530a54068b2d;hb=17c6e7bbf0eaf0dcef64a24a727da024ca2fb651;hp=b9844725410c552c3bde2c7f2c0d1713bb905404;hpb=8231a8595422f734d315d64ce36fef0dbebc0abf;p=platal.git diff --git a/modules/profile/general.inc.php b/modules/profile/general.inc.php index b984472..2051f16 100644 --- a/modules/profile/general.inc.php +++ b/modules/profile/general.inc.php @@ -717,7 +717,7 @@ class ProfilePageGeneral extends ProfilePage $page->assign('edu_fields', $res->fetchAllAssoc()); require_once "emails.combobox.inc.php"; - fill_email_combobox($page, $this->owner); + fill_email_combobox($page, array('source', 'redirect', 'job', 'directory'), $this->owner); $res = XDB::query("SELECT nw.nwid AS type, nw.name FROM profile_networking_enum AS nw