From: Evan Prodromou Date: Mon, 21 Jul 2008 04:40:15 +0000 (-0400) Subject: explode WHAT, again? X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=912e9b3f4ff3e43838e44e9ab804765e9573206f;p=quix0rs-gnu-social.git explode WHAT, again? darcs-hash:20080721044015-84dde-e933bf93ff744cfa25d0aaa496002d3b8857d250.gz --- diff --git a/maildaemon.php b/maildaemon.php index 49c66b99b9..334877ccb8 100755 --- a/maildaemon.php +++ b/maildaemon.php @@ -186,7 +186,7 @@ class MailerDaemon { } function cleanup_msg($msg) { - $lines = explode("\n"); + $lines = explode("\n", $msg); $output = '';