DataObjects/Core_email.php
authorEdward <edward@roojs.com>
Fri, 21 Feb 2014 06:48:18 +0000 (14:48 +0800)
committerEdward <edward@roojs.com>
Fri, 21 Feb 2014 06:48:18 +0000 (14:48 +0800)
DataObjects/Core_email.php

index 6bad44c..2ac0af4 100644 (file)
@@ -280,15 +280,15 @@ Content-Type: multipart/related; boundary=rel-{$random_hash}
 Content-Type: text/html; charset=utf-8
 Content-Transfer-Encoding: 7bit
 
-{$this->bodytext}
 
-");  
 
-        fwrite($fh,"%Images%
---rel-{$random_hash}--
+");  
 
---alt-{$random_hash}--
-");
+//        fwrite($fh,"%Images%
+//--rel-{$random_hash}--
+//
+//--alt-{$random_hash}--
+//");
         fclose($fh);
         
     }