From 9566c5c515480b1691b2efc924364155411e6bc6 Mon Sep 17 00:00:00 2001 From: Florent Bruneau Date: Sun, 9 Dec 2007 18:46:08 +0100 Subject: [PATCH] Close #743: Warning when editing subscription of a non-X. Signed-off-by: Florent Bruneau --- ChangeLog | 3 +++ modules/xnetevents/xnetevents.inc.php | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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; -- 2.1.4