DataObjects/Projects.php
authorAlan Knowles <alan@akbkhome.com>
Fri, 25 Feb 2011 08:39:35 +0000 (16:39 +0800)
committerAlan Knowles <alan@akbkhome.com>
Fri, 25 Feb 2011 08:39:35 +0000 (16:39 +0800)
DataObjects/Projects.php

index 15f92e1..e9d333b 100644 (file)
@@ -174,6 +174,7 @@ class Pman_Core_DataObjects_Projects extends DB_DataObject
         }
         
         if (!empty($q['query']['project_member_of'])) {
+               // this is also a flag to return if they are a member..
             DB_DataObject::debugLevel(1);
             $do = DB_DataObject::Factory('ProjectDirectory');
             $this->joinAdd('LEFT', $do);
@@ -185,7 +186,8 @@ class Pman_Core_DataObjects_Projects extends DB_DataObject
                     SELECT person_id from 
                         ProjectDirectory 
                     WHERE project_id = ' . ((int) $q['query']['project_member_of']) .')');
-                // this is also a flag to return if they are a member..
+            
+            }
             
         }