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