From: Stéphane Jacob Date: Mon, 8 Dec 2008 00:10:53 +0000 (+0100) Subject: Fixes the email combobox when a new job is added. X-Git-Tag: xorg/1.0.0~332^2~344^2~83 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=06a99865f7b84056a814a55aabc762de25afa63d;hp=33b6f5a0072343de978e05f855739322b94179e5;p=platal.git Fixes the email combobox when a new job is added. --- diff --git a/modules/profile.php b/modules/profile.php index 7f77793..21b3ed9 100644 --- a/modules/profile.php +++ b/modules/profile.php @@ -471,6 +471,8 @@ class ProfileModule extends PLModule FROM fonctions_def ORDER BY id"); $page->assign('fonctions', $res->fetchAllAssoc()); + require_once "emails.combobox.inc.php"; + fill_email_combobox($page); } function handler_ajax_secteur(&$page, $id, $jobid, $jobpref, $sect, $ssect = -1)