MTrackWeb.php
authorAlan Knowles <alan@akbkhome.com>
Sat, 4 Jun 2011 04:13:45 +0000 (12:13 +0800)
committerAlan Knowles <alan@akbkhome.com>
Sat, 4 Jun 2011 04:13:45 +0000 (12:13 +0800)
MTrackWeb.php

index 8f8387c..c695ad1 100644 (file)
@@ -132,7 +132,7 @@ class MTrackWeb extends HTML_FlexyFramework_Page
     
     function loadProjectList()
     {
-              //  DB_DataObject::debugLevel(1);
+        DB_DataObject::debugLevel(1);
 
         $p = DB_DataObject::factory('Projects');
         if (!$this->authUser) {