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

index 9662968..97ae6e3 100644 (file)
@@ -350,6 +350,8 @@ class Pman_Core_DataObjects_Core_email extends DB_DataObject
             foreach ($content['mapping'] as $pattern => $replace) {
                 $content['subject'] = preg_replace($pattern,$replace,$content['subject']);
             }
+            
+            var_dump($content['subject']);
         }
         
         if(!empty($contents['rcpts']) && is_array($contents['rcpts'])){