From af1738354324cb20da61fbaf7c9f60a8ae66a72d Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 20 Apr 2011 16:09:11 +0800 Subject: [PATCH] MTrackWeb.php --- MTrackWeb.php | 1 + 1 file changed, 1 insertion(+) diff --git a/MTrackWeb.php b/MTrackWeb.php index eff04499..8f8387c9 100644 --- a/MTrackWeb.php +++ b/MTrackWeb.php @@ -100,6 +100,7 @@ class MTrackWeb extends HTML_FlexyFramework_Page if ($this->authUser) { $p->applyFilters(array(), $this->authUser); $p->whereAdd('id in (SELECT distinct(project_id) FROM mtrack_repos)'); + unset($p->client_id); $ar = $p->fetchAll('id', 'name'); } -- 2.39.2