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