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

index 9e260c8..987cbb6 100644 (file)
@@ -86,8 +86,8 @@ class Pman_Core_DataObjects_Core_email extends DB_DataObject
               echo "not found";  
             }
             
-            print_r($this->to_group);
-            //print_r($c);
+            //print_r($this->to_group);
+            print_r($c);
             print_r($c->count());exit;
         }
     }