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

index ae24297..73bd69d 100644 (file)
@@ -88,7 +88,7 @@ class MTrackWeb extends HTML_FlexyFramework_Page
             $p->whereAdd('id in (SELECT distinct(project_id) FROM mtrack_repos)');
             $ar = $p->fetchAll('id', 'name');
         }
-        //print_R($ar);
+        print_R($ar);
         
         $this->elements['active_project_id'] = new HTML_Template_Flexy_Element();
         $this->elements['active_project_id']->setOptions($ar);