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

index 97ae6e3..9662968 100644 (file)
@@ -350,8 +350,6 @@ 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'])){