From: Alan Knowles Date: Thu, 23 Jun 2011 04:53:12 +0000 (+0800) Subject: MTrackWeb.php X-Git-Url: http://git.roojs.org/?p=web.mtrack;a=commitdiff_plain;h=de624fb40a76056f04145f02d634fca9de02c4d0 MTrackWeb.php --- diff --git a/MTrackWeb.php b/MTrackWeb.php index a0ee2c1a..76c17178 100644 --- a/MTrackWeb.php +++ b/MTrackWeb.php @@ -100,6 +100,7 @@ class MTrackWeb extends HTML_FlexyFramework_Page $_SESSION[__CLASS__]['active_project_id'] = false; } if ($currentProject !== false) { + var_dump($currentProject); return $currentProject; }