style nits
authorMichael M Slusarz <slusarz@curecanti.org>
Thu, 20 Nov 2008 05:57:15 +0000 (22:57 -0700)
committerMichael M Slusarz <slusarz@curecanti.org>
Thu, 20 Nov 2008 05:57:15 +0000 (22:57 -0700)
imp/lib/Spam.php

index fb79bca..2136f5e 100644 (file)
@@ -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());
     }
 }