DataObjects/Projects.php
authorAlan Knowles <alan@roojs.com>
Thu, 10 Apr 2014 07:45:22 +0000 (15:45 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 10 Apr 2014 07:45:22 +0000 (15:45 +0800)
DataObjects/Projects.php

index 013dff1..f2e0ea7 100644 (file)
@@ -112,7 +112,7 @@ class Pman_Core_DataObjects_Projects extends DB_DataObject
             
                
             $pf = empty($q['query']['project_filter']) ? 'P,N,U' : $q['query']['project_filter'];
-
+        
             $this->whereAddIn("Projects.type", explode(',', $pf), 'string');
         }
          // user projects!!!! - make sure they can only see project they are suppsed to..