DataObjects/Core_email.php
authorjohn <john@roojs.com>
Thu, 11 Jan 2018 08:38:01 +0000 (16:38 +0800)
committerjohn <john@roojs.com>
Thu, 11 Jan 2018 08:38:01 +0000 (16:38 +0800)
DataObjects/Core_email.php

index f5c8f00..a8b7c6c 100644 (file)
@@ -345,9 +345,9 @@ class Pman_Core_DataObjects_Core_email extends DB_DataObject
         if(empty($contents['subject'])){
            $contents['subject'] = $this->subject; 
         }
+        var_dump('here???');exit;
         
         if (!empty($content['subject_replace'])) {
-            var_dump('replace');
             foreach ($content['mapping'] as $pattern => $replace) {
                 $content['subject'] = preg_replace($pattern,$replace,$content['subject']);
             }