explode WHAT, again?
darcs-hash:20080721044015-84dde-e933bf93ff744cfa25d0aaa496002d3b8857d250.gz
This commit is contained in:
parent
1fbafb8524
commit
912e9b3f4f
@ -186,7 +186,7 @@ class MailerDaemon {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function cleanup_msg($msg) {
|
function cleanup_msg($msg) {
|
||||||
$lines = explode("\n");
|
$lines = explode("\n", $msg);
|
||||||
|
|
||||||
$output = '';
|
$output = '';
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user