From: Florent Bruneau Date: Sun, 9 Dec 2007 17:46:08 +0000 (+0100) Subject: Close #743: Warning when editing subscription of a non-X. X-Git-Tag: xorg/0.9.16~191 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=9566c5c515480b1691b2efc924364155411e6bc6;p=platal.git Close #743: Warning when editing subscription of a non-X. Signed-off-by: Florent Bruneau --- diff --git a/ChangeLog b/ChangeLog index 1cbb959..e49b924 100644 --- a/ChangeLog +++ b/ChangeLog @@ -18,6 +18,9 @@ Bug/Wish: * 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 diff --git a/modules/xnetevents/xnetevents.inc.php b/modules/xnetevents/xnetevents.inc.php index 3cb304e..9c0ad58 100644 --- a/modules/xnetevents/xnetevents.inc.php +++ b/modules/xnetevents/xnetevents.inc.php @@ -199,7 +199,7 @@ function subscribe_lists_event($participate, $uid, $evt) $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;