DataObjects/Core_email.php
authorEdward <edward@roojs.com>
Wed, 9 Jul 2014 05:46:06 +0000 (13:46 +0800)
committerEdward <edward@roojs.com>
Wed, 9 Jul 2014 05:46:06 +0000 (13:46 +0800)
DataObjects/Core_email.php

index 1b5b853..be3ea89 100644 (file)
@@ -249,12 +249,12 @@ class Pman_Core_DataObjects_Core_email extends DB_DataObject
         
         
         $this->bodytext = $doc->saveHTML();
-        print_r($this->bodytext);exit;
+        
         libxml_use_internal_errors (false);
         
         $this->bodytext = str_replace('%7B', '{', $this->bodytext ); // kludge as template is not interpretated as html.
         $this->bodytext = str_replace('%7D', '}', $this->bodytext ); // kludge as template is not interpretated as html.
-         
+         print_r($this->bodytext);exit;
         return;
     }