Index: branches/dev/html/admin/mail/sendmail.php
===================================================================
--- branches/dev/html/admin/mail/sendmail.php	(revision 13017)
+++ branches/dev/html/admin/mail/sendmail.php	(revision 13036)
@@ -91,5 +91,5 @@
             
             print_r($sendResut);
-            $decoder = new Mail_mimeDecode($sendResut);
+            $decoder = Mail_mimeDecode($sendResut);
             $parts = $decoder->getSendArray();
             list($recipients, $header, $body) = $parts;
@@ -173,13 +173,4 @@
 
 
-//--- ¥á¡¼¥ëÇÛ¿®¥Ö¥ì¥¤¥óÏ¢·È¤ÎÇÛ¿®
-function BLAYN_MAIL_SENDING( $to, $subject, $body, $fromaddress, $from_name="", $reply_to="", $return_path="", $errors_to="", $bcc="", $cc ="" ) {
-
-
-    $mail_obj = new GC_SendMail();  
-    $mail_obj->setItem( $to, $subject, $body, $fromaddress, $from_name, $reply_to, $return_path, $errors_to, $bcc, $cc );
-
-}
-
 //--- ¥Æ¥­¥¹¥È¥á¡¼¥ëÇÛ¿®
 function MAIL_SENDING( $to, $subject, $body, $fromaddress, $from_name, $reply_to, $return_path, $errors_to="", $bcc="", $cc ="" ) {
