From 3a6d99dc7b85d81213f46297450ef1fd8bf88ab6 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Wed, 19 Nov 2008 22:57:15 -0700 Subject: [PATCH] style nits --- imp/lib/Spam.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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()); } } -- 2.11.0