From 1382ec74339171f3e1032efce1c5f170510508fd Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 23 Jun 2011 10:35:26 +0800 Subject: [PATCH] MTrackWeb.php --- MTrackWeb.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MTrackWeb.php b/MTrackWeb.php index 559ca9a2..a31f62e7 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 != '')"); + person_id = ". $this->authUser->id . " and role != '')"); $p->whereAdd('id in (SELECT distinct(project_id) FROM mtrack_repos)'); // $pd->whereAdd("role != ''"); -- 2.39.2