DataObjects/Core_group.php
[Pman.Core] / DataObjects / Core_group.php
index 5db1a5b..1df4181 100644 (file)
@@ -263,8 +263,7 @@ class Pman_Core_DataObjects_Core_group extends DB_DataObject
 
     function initGroups()
     {
-        print_r($this);
-        var_dump($this->tableName()));
+        
         $g = DB_DataObject::factory($this->tableName());
         $g->type = 0;
         $g->name = 'Administrators';