From dd82248e2bd3f3e07810182710e9fa4ef687fd21 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 28 Dec 2017 15:14:11 +0800 Subject: [PATCH] MTrackWeb.php --- MTrackWeb.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MTrackWeb.php b/MTrackWeb.php index ea6beae8..363e3015 100644 --- a/MTrackWeb.php +++ b/MTrackWeb.php @@ -111,7 +111,7 @@ class MTrackWeb extends HTML_FlexyFramework_Page $ar = $this->userProjects(); - //print_r($ar); + print_r($ar); if (!isset($ar[$currentProject])) { $currentProject = false; $_SESSION[__CLASS__]['active_project_id'] = false; -- 2.39.2