Mailer.php
authorEdward <edward@roojs.com>
Mon, 14 Jan 2013 07:17:29 +0000 (15:17 +0800)
committerEdward <edward@roojs.com>
Mon, 14 Jan 2013 07:17:29 +0000 (15:17 +0800)
Mailer.php

index c169c7a..47314e1 100644 (file)
@@ -122,8 +122,7 @@ class Pman_Core_Mailer {
         /* use variables from this object to ouput data. */
         $mailtext = $template->bufferedOutputObject($content);
         
-        
-        print_r($mailtext);exit;
+       
         
         
         //echo "<PRE>";print_R($mailtext);