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
b00823c636
commit
0a303c032a
@ -944,8 +944,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