MTrackWeb.php
[web.mtrack] / MTrackWeb.php
index 363e301..c19b3bc 100644 (file)
@@ -111,7 +111,7 @@ class MTrackWeb extends HTML_FlexyFramework_Page
         
         
         $ar = $this->userProjects();
-        print_r($ar);
+         
         if (!isset($ar[$currentProject])) {
             $currentProject = false;
             $_SESSION[__CLASS__]['active_project_id'] = false;