DataObjects/ProjectDirectory.php
[Pman.Core] / DataObjects / ProjectDirectory.php
index 471269a..07a454e 100644 (file)
@@ -94,8 +94,8 @@ class Pman_Core_DataObjects_ProjectDirectory extends DB_DataObject
     function people($pr)
     {
         $c = clone ($this);
-        echo '<PRE>';print_R($this);exit;
-        $c->autoJoin();
+        //echo '<PRE>';print_R($this);exit;
+        
         if (is_array($pr)) {
             $c->whereAddIn('project_id', $pr, 'int');
         } else {