Mailer.php
[Pman.Core] / Mailer.php
index 5fa0108..700fd17 100644 (file)
@@ -494,6 +494,7 @@ class Pman_Core_Mailer {
     
     function htmlbodySetClass($html, $cls)
     {
+        print_R('run???');exit;
         $dom = new DOMDocument();
         
         @$dom->loadHTML('<?xml encoding="UTF-8">' .$html);