projects
/
platal.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
33b6f5a
)
Fixes the email combobox when a new job is added.
author
Stéphane Jacob
<jacou@melix.net>
Mon, 8 Dec 2008 00:10:53 +0000
(
01:10
+0100)
committer
Stéphane Jacob
<jacou@melix.net>
Mon, 8 Dec 2008 20:16:51 +0000
(21:16 +0100)
modules/profile.php
patch
|
blob
|
blame
|
history
diff --git
a/modules/profile.php
b/modules/profile.php
index
7f77793
..
21b3ed9
100644
(file)
--- 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)