From: edward Date: Mon, 26 Mar 2018 09:15:42 +0000 (+0800) Subject: Mailer.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=b4dd58384cdcf013dd147a08cfb5f82cf5d2a864 Mailer.php --- diff --git a/Mailer.php b/Mailer.php index 700fd179..5fa0108c 100644 --- a/Mailer.php +++ b/Mailer.php @@ -494,7 +494,6 @@ class Pman_Core_Mailer { function htmlbodySetClass($html, $cls) { - print_R('run???');exit; $dom = new DOMDocument(); @$dom->loadHTML('' .$html);