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

index a8b7c6c..bf14668 100644 (file)
@@ -345,8 +345,7 @@ 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'])) {
             foreach ($content['mapping'] as $pattern => $replace) {
                 $content['subject'] = preg_replace($pattern,$replace,$content['subject']);