From: Alan Knowles Date: Thu, 23 Jun 2011 02:35:26 +0000 (+0800) Subject: MTrackWeb.php X-Git-Url: http://git.roojs.org/?p=web.mtrack;a=commitdiff_plain;h=1382ec74339171f3e1032efce1c5f170510508fd MTrackWeb.php --- 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 != ''");