From fef47aa58003731b73aada18bcd3c3a568ebb8b9 Mon Sep 17 00:00:00 2001 From: Edward Date: Mon, 14 Jan 2013 15:08:57 +0800 Subject: [PATCH] Mailer.php --- Mailer.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Mailer.php b/Mailer.php index 12a98b87..c169c7a9 100644 --- a/Mailer.php +++ b/Mailer.php @@ -85,7 +85,7 @@ class Pman_Core_Mailer { $content->HTTP_HOST = $http_host; - print_r($content);exit; + // this should be done by having multiple template sources...!!! @@ -123,7 +123,7 @@ class Pman_Core_Mailer { $mailtext = $template->bufferedOutputObject($content); - + print_r($mailtext);exit; //echo "
";print_R($mailtext);
-- 
2.39.2