From ac241289cf7d09e5f22aef4bb534cbcbbdbe6bf2 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 28 Dec 2017 15:16:31 +0800 Subject: [PATCH] MTrackWeb.php --- MTrackWeb.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/MTrackWeb.php b/MTrackWeb.php index 83563cc9..d73c7ed2 100644 --- a/MTrackWeb.php +++ b/MTrackWeb.php @@ -156,7 +156,8 @@ class MTrackWeb extends HTML_FlexyFramework_Page $ar = $p->fetchAll('id', 'name'); } else { - DB_DAtaObject::debugLevel(1); + + // DB_DAtaObject::debugLevel(1); $p->applyFilters(array(), $this->authUser, $this); if (!$this->authUser->hasPerm('Core.Projects_All', 'S')) { $p->whereAdd("Projects.id in (SELECT ProjectDirectory.project_id FROM ProjectDirectory WHERE -- 2.39.2