From 651336521f2e912d751dde18878cb870c1a450de Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 23 Jun 2011 10:34:23 +0800 Subject: [PATCH] MTrackWeb.php --- MTrackWeb.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MTrackWeb.php b/MTrackWeb.php index dc5b1923..a52c76cf 100644 --- a/MTrackWeb.php +++ b/MTrackWeb.php @@ -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 != ''"); -- 2.39.2