Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
domainepublic
alternc
Commits
93a41234
Commit
93a41234
authored
Mar 27, 2014
by
Alan Garcia
Browse files
Fix #1580
parent
492dd25c
Changes
1
Hide whitespace changes
Inline
Side-by-side
bureau/class/m_mail.php
View file @
93a41234
...
...
@@ -669,6 +669,7 @@ ORDER BY
$db
->
query
(
"UPDATE mailbox SET quota="
.
intval
(
$quotamb
)
.
" WHERE address_id="
.
$mail_id
.
";"
);
}
$recipients
=
preg_replace
(
'/[\r\t\s]/'
,
"
\n
"
,
$recipients
);
// Handle space AND new line
$r
=
explode
(
"
\n
"
,
$recipients
);
$red
=
""
;
foreach
(
$r
as
$m
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment