Mailer.php
authoredward <edward@roojs.com>
Mon, 26 Mar 2018 09:15:42 +0000 (17:15 +0800)
committeredward <edward@roojs.com>
Mon, 26 Mar 2018 09:15:42 +0000 (17:15 +0800)
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);