MTrackWeb.php
authorAlan Knowles <alan@roojs.com>
Thu, 28 Dec 2017 07:16:04 +0000 (15:16 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 28 Dec 2017 07:16:04 +0000 (15:16 +0800)
MTrackWeb.php

index 0fdf069..83563cc 100644 (file)
@@ -162,7 +162,10 @@ class MTrackWeb extends HTML_FlexyFramework_Page
                 $p->whereAdd("Projects.id in (SELECT ProjectDirectory.project_id FROM ProjectDirectory WHERE
                         person_id = ". $this->authUser->id . " and role != '')");
             }
+            /*
+             * SOME PROJECTS MIGHT NOT HAVE REPO's...
             $p->whereAdd('id in (SELECT distinct(project_id) FROM mtrack_repos)');
+            */
             // $pd->whereAdd("role != ''");
             
             $p->orderBy('Projects.name ASC');