MTrackWeb.php
authorAlan Knowles <alan@akbkhome.com>
Thu, 23 Jun 2011 02:34:23 +0000 (10:34 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 23 Jun 2011 02:34:23 +0000 (10:34 +0800)
MTrackWeb.php

index dc5b192..a52c76c 100644 (file)
@@ -145,7 +145,7 @@ class MTrackWeb extends HTML_FlexyFramework_Page
             $p->applyFilters(array(), $this->authUser);
             
             $p->whereAdd("Projects.id in (SELECT ProjectDirectory.project_id FROM ProjectDirectory WHERE
-                        user_id = '. $this->authUser->id . ' and role != '')")
+                        user_id = ". $this->authUser->id . " and role != '')")
             
             $p->whereAdd('id in (SELECT distinct(project_id) FROM mtrack_repos)');
             // $pd->whereAdd("role != ''");