mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 09:23:28 +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
44707ff64c
commit
fda3d2bad6
@ -684,6 +684,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