mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-27 09:09:04 +01:00
"sending multiple to email as array when calling fmail's compose, to have them on separate lines"
This commit is contained in:
parent
61d0659715
commit
400e180754
@ -567,7 +567,7 @@ class uiforms extends uical
|
||||
}
|
||||
$vars = array(
|
||||
'menuaction' => 'felamimail.uicompose.compose',
|
||||
'preset[to]' => implode(', ',$to),
|
||||
'preset[to]' => $to,
|
||||
'preset[subject]' => $subject,
|
||||
'preset[body]' => $body,
|
||||
'preset[name]' => 'event.ics',
|
||||
|
Loading…
Reference in New Issue
Block a user