Index: branches/dev/html/admin/mail/sendmail.php
===================================================================
--- branches/dev/html/admin/mail/sendmail.php	(revision 13251)
+++ branches/dev/html/admin/mail/sendmail.php	(revision 13254)
@@ -97,7 +97,9 @@
                                                   );
             //-- ¥á¥Ã¥»¡¼¥¸¤ò¹½ÃÛ¤¹¤ë
-            $htmlBody["head_charset"]  = "ISO-2022-JP"; 
-            $htmlBody["html_encoding"] = "JIS";
-            $htmlBody["html_charset"]  = "JIS";
+            $htmlBody = array(
+               "head_charset"  => "ISO-2022-JP" 
+              ,"html_encoding" => "JIS"
+              ,"html_charset"  => "JIS"
+                                                  );
             
 	        //-- PEAR::Mail¤ò»È¤Ã¤Æ¥á¡¼¥ëÁ÷¿®¥ª¥Ö¥¸¥§¥¯¥ÈºîÀ®
