Index: branches/dev/html/admin/mail/sendmail.php
===================================================================
--- branches/dev/html/admin/mail/sendmail.php	(revision 13042)
+++ branches/dev/html/admin/mail/sendmail.php	(revision 13043)
@@ -91,5 +91,5 @@
             
             print_r($sendResut);
-            $decoder =new Mail_mimeDecode($sendResut);
+            $decoder = Mail_mimeDecode($sendResut);
             $parts = $decoder->getSendArray();
             list($recipients, $header, $body) = $parts;
