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

index 4532a00..bffc92e 100644 (file)
@@ -310,7 +310,7 @@ class Pman_Core_DataObjects_Core_email extends DB_DataObject
     
     function cachedMailWithOutImages($force = false, $replace_links = true)
     {  
-        
+        print_r('run');exit;
         $ui = posix_getpwuid(posix_geteuid());
         
         $cachePath = session_save_path() . '/email-cache-' . $ui['name'] . '/mail/' . $this->tableName() . '-' . $this->id . '.txt';