MTrackWeb.php
authorAlan Knowles <alan@akbkhome.com>
Thu, 24 Mar 2011 05:07:20 +0000 (13:07 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 24 Mar 2011 05:07:20 +0000 (13:07 +0800)
MTrackWeb.php

index 5876907..c89fca0 100644 (file)
@@ -96,7 +96,7 @@ class MTrackWeb extends HTML_FlexyFramework_Page
             !isset($ar[$_SESSION[__CLASS__]['active_project_id']]))
         {
             $p = DB_DataObject::factory('Projects');
-                    DB_DataObject::debugLevel(1);
+             
 
             $p->get('code', '*PUBLIC');
             $_SESSION[__CLASS__]['active_project_id'] = $p->id;