missing fetch
[Pman.Core] / DataObjects / Core_email.php
index 9856d62..c38930d 100644 (file)
@@ -23,9 +23,7 @@ class Pman_Core_DataObjects_Core_email extends DB_DataObject
     public $active;
     public $bcc_group_id;
     public $test_class;
-    
-
+     
     /* the code above is auto generated do not remove the tag below */
     ###END_AUTOCODE
     
@@ -61,6 +59,7 @@ class Pman_Core_DataObjects_Core_email extends DB_DataObject
                     bcc_group_id = {$cgm}.group_id
             )  AS bcc_group_member_count
         ");
+
        
        if (!empty($_REQUEST['_hide_system_emails'])) {
            $this->whereAddIn("!{$this->tableName()}.name", array('EVENT_ERRORS_REPORT'), 'string');
@@ -387,7 +386,7 @@ class Pman_Core_DataObjects_Core_email extends DB_DataObject
            foreach($this->to_group()->members() as $m) {
                $contents['rcpts'][] = $m->email;
            }
-           var_dump($contents['rcpts']);
+           //var_dump($contents['rcpts']);
            
        }
         //subject replacement