mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 06:30:59 +01:00
fix for not working custom_mail, if names contain comma (eg. because name-format is name, firstname)
This commit is contained in:
parent
2ea764e672
commit
a386bda791
@ -471,8 +471,8 @@ class uiforms extends uical
|
||||
{
|
||||
$GLOBALS['egw']->accounts->get_account_name($uid,$lid,$firstname,$lastname);
|
||||
|
||||
$to[] = $GLOBALS['egw']->common->display_fullname('',$firstname,$lastname).
|
||||
' <'.$GLOBALS['egw']->accounts->id2name($uid,'account_email').'>';
|
||||
$to[] = '"'.$GLOBALS['egw']->common->display_fullname('',$firstname,$lastname).
|
||||
'" <'.$GLOBALS['egw']->accounts->id2name($uid,'account_email').'>';
|
||||
}
|
||||
}
|
||||
list($subject,$body) = $this->bo->get_update_message($event,$added ? MSG_ADDED : MSG_MODIFIED); // update-message is in TZ of the user
|
||||
|
Loading…
Reference in New Issue
Block a user