From e7fbf03527516154c395c1dbaaccf085b2414509 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 2 Nov 2012 12:52:55 +0800 Subject: [PATCH] DataObjects/ProjectDirectory.php --- DataObjects/ProjectDirectory.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DataObjects/ProjectDirectory.php b/DataObjects/ProjectDirectory.php index 471269a8..125c101b 100644 --- a/DataObjects/ProjectDirectory.php +++ b/DataObjects/ProjectDirectory.php @@ -94,7 +94,7 @@ class Pman_Core_DataObjects_ProjectDirectory extends DB_DataObject function people($pr) { $c = clone ($this); - echo '
';print_R($this);exit;
+        //echo '
';print_R($this);exit;
         $c->autoJoin();
         if (is_array($pr)) {
             $c->whereAddIn('project_id', $pr, 'int');
-- 
2.39.2