Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
* Search:
- #741: Mentor search in advanced search -FRU
+ * XnetEvent:
+ - #743: Don't show a warning when subscriber has no forlife -FRU
+
* XnetGrp:
- #732: Adapt subscription text to sex -FRU
- #735: Encoding of list description in member edition form -FRU
$participant_list = $evt['participant_list'];
$absent_list = $evt['absent_list'];
- $email = get_user_forlife($uid);
+ $email = get_user_forlife($uid, '_silent_user_callback');
if ($email) {
$email .= '@'.$globals->mail->domain;