From: Michael M Slusarz Date: Thu, 20 Nov 2008 05:57:15 +0000 (-0700) Subject: style nits X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=3a6d99dc7b85d81213f46297450ef1fd8bf88ab6;p=horde.git style nits --- diff --git a/imp/lib/Spam.php b/imp/lib/Spam.php index fb79bca59..2136f5e03 100644 --- a/imp/lib/Spam.php +++ b/imp/lib/Spam.php @@ -258,8 +258,6 @@ class IMP_Spam $action, $_SESSION['imp']['user'])); /* Send the message. */ - $this->_imp_compose->sendMessage($GLOBALS['conf'][$action]['email'], - $spam_headers, $mime, - NLS::getCharset()); + $this->_imp_compose->sendMessage($GLOBALS['conf'][$action]['email'], $spam_headers, $mime, NLS::getCharset()); } }