explode WHAT, again?

darcs-hash:20080721044015-84dde-e933bf93ff744cfa25d0aaa496002d3b8857d250.gz
This commit is contained in:
Evan Prodromou 2008-07-21 00:40:15 -04:00
parent 1fbafb8524
commit 912e9b3f4f
1 changed files with 1 additions and 1 deletions

View File

@ -186,7 +186,7 @@ class MailerDaemon {
}
function cleanup_msg($msg) {
$lines = explode("\n");
$lines = explode("\n", $msg);
$output = '';