mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-17 19:01:04 +01:00
Added space to imploding of email addresses in infolog email import to allow linebreaks for long email lists
This commit is contained in:
parent
d1b8722454
commit
caf9e840f4
@ -1013,8 +1013,8 @@ class infolog_bo
|
||||
$info = array(
|
||||
'info_id' => 0,
|
||||
'info_type' => $type,
|
||||
'info_from' => implode(',',$name),
|
||||
'info_addr' => implode(',',$email),
|
||||
'info_from' => implode(', ',$name),
|
||||
'info_addr' => implode(', ',$email),
|
||||
'info_subject' => $_subject,
|
||||
'info_des' => $_message,
|
||||
'info_startdate' => $_date,
|
||||
|
Loading…
Reference in New Issue
Block a user