From: john Date: Wed, 8 Nov 2017 09:59:22 +0000 (+0800) Subject: Mailer.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=6b90b9fbf84b78d4f965dcaf68a14271677eb743 Mailer.php --- diff --git a/Mailer.php b/Mailer.php index 47d722a0..2a0260f3 100644 --- a/Mailer.php +++ b/Mailer.php @@ -186,7 +186,6 @@ class Pman_Core_Mailer { // $tmp_opts['force'] = true; $template = new HTML_Template_Flexy( $tmp_opts ); $template->compile('mail/'. $templateFile.'.txt'); - print_R($tmp_opts);exit; /* use variables from this object to ouput data. */ $mailtext = $template->bufferedOutputObject($content);