From: Alan Knowles Date: Thu, 24 Mar 2011 05:04:50 +0000 (+0800) Subject: MTrackWeb.php X-Git-Url: http://git.roojs.org/?p=web.mtrack;a=commitdiff_plain;h=f8043f3eee13b0d993e24b47f4646bfabf4ffc43 MTrackWeb.php --- diff --git a/MTrackWeb.php b/MTrackWeb.php index ae24297c..73bd69d9 100644 --- a/MTrackWeb.php +++ b/MTrackWeb.php @@ -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);