DataObjects/Core_person_signup.php
[Pman.Core] / DataObjects / Core_person_signup.php
index beaa7db..5d85ec4 100644 (file)
@@ -85,9 +85,9 @@ class Pman_Core_DataObjects_Core_person_signup extends DB_DataObject
             'baseURL'       => $roo->baseURL
         );
        
-        
+        print_R($content);exit;
         $sent = DB_DataObject::factory('core_email')->send($content);
-        print_R($sent);exit;
+        
         if(!is_object($sent)){
             return true;
         }