DataObjects/Core_email.php
authorKH Lau <khlau@roojs.com>
Fri, 2 Feb 2018 07:06:22 +0000 (15:06 +0800)
committerKH Lau <khlau@roojs.com>
Fri, 2 Feb 2018 07:06:22 +0000 (15:06 +0800)
DataObjects/Core_email.php

index 79896e1..93136b7 100644 (file)
@@ -82,12 +82,12 @@ class Pman_Core_DataObjects_Core_email extends DB_DataObject
             //    'groud_id' => $this->to_group
             //));
             
-            if (!$c->find(true)) {
-                
-            }
+            //if (!$c->find(true)) {
+            //    
+            //}
             
             print_r($this->to_group);
-            print_r($c);
+            //print_r($c);
             print_r($c->count());exit;
         }
     }