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

index 500e0a9..1b5b853 100644 (file)
@@ -233,7 +233,7 @@ class Pman_Core_DataObjects_Core_email extends DB_DataObject
             $a->setAttribute('href', $l);
             
         }
-        exit;
+        
         if(!empty($unsubscribe)){
             $element = $doc->createElement('img');
         
@@ -249,7 +249,7 @@ 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.