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

index 4d0d68e..55da68a 100644 (file)
@@ -88,8 +88,7 @@ class MTrackWeb extends HTML_FlexyFramework_Page
             $p->whereAdd('id in (SELECT disinct(project_id) FROM mtrack_repos)');
             $ar = $p->fetchAll('id', 'name');
         }
-        print_R($ar);
-        
+         
         $this->elements['active_project_id'] = new HTML_Template_Flexy_Element();
         $this->elements['active_project_id']->setOptions($ar);