mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-23 07:09:20 +01:00
get rid of comma in full-emailadresses, as imap_rfc_address_list assumes a new address to come after comma
This commit is contained in:
parent
ab598b8fcb
commit
d2d64a73fe
@ -686,6 +686,7 @@ class addressbook_ui extends addressbook_bo
|
||||
}
|
||||
if($email)
|
||||
{
|
||||
$contact['n_fn'] = str_replace(',',' ',$contact['n_fn']);
|
||||
$GLOBALS['egw']->js->set_onload("addEmail('".addslashes(
|
||||
$contact['n_fn'] ? $contact['n_fn'].' <'.$email.'>' : $email)."');");
|
||||
$Ok = true;
|
||||
|
Loading…
Reference in New Issue
Block a user