From 325b3f2e68990b83fb16019157d5ddd3e2b218c2 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 28 Dec 2017 15:14:58 +0800 Subject: [PATCH] MTrackWeb.php --- MTrackWeb.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MTrackWeb.php b/MTrackWeb.php index c19b3bcd..0fdf0698 100644 --- a/MTrackWeb.php +++ b/MTrackWeb.php @@ -156,7 +156,7 @@ 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