From 974854284b64498eda8e440672f458501c07a6f7 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 24 Mar 2011 13:04:37 +0800 Subject: [PATCH] MTrackWeb.php --- MTrackWeb.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MTrackWeb.php b/MTrackWeb.php index 909a598f..973b91c3 100644 --- a/MTrackWeb.php +++ b/MTrackWeb.php @@ -85,7 +85,7 @@ class MTrackWeb extends HTML_FlexyFramework_Page } else { $p->applyFilters(array(), $this->authUser); - $p->whereAdd('id in (SELECT disinct(project_id) FROM mtrack_repos)'); + $p->whereAdd('id in (SELECT distinct(project_id) FROM mtrack_repos)'); $ar = $p->fetchAll('id', 'name'); } //print_R($ar); -- 2.39.2