Fixes the email combobox when a new job is added.
authorStéphane Jacob <jacou@melix.net>
Mon, 8 Dec 2008 00:10:53 +0000 (01:10 +0100)
committerStéphane Jacob <jacou@melix.net>
Mon, 8 Dec 2008 20:16:51 +0000 (21:16 +0100)
modules/profile.php

index 7f77793..21b3ed9 100644 (file)
@@ -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)