MTrackWeb/Gitlive.php
authorAlan Knowles <alan@akbkhome.com>
Tue, 29 Mar 2011 10:35:08 +0000 (18:35 +0800)
committerAlan Knowles <alan@akbkhome.com>
Tue, 29 Mar 2011 10:35:08 +0000 (18:35 +0800)
MTrackWeb/Gitlive.php

index a3d4308..b1b383f 100644 (file)
@@ -60,8 +60,8 @@ class MTrackWeb_Gitlive extends MTrackWeb
         $t->joinAdd();
         $t->project_id = $r->project_id;
         // only need id / name / status?
-        $t->fetchAll();
-        print_R($t);
+        $ar = $t->fetchAll();
+        print_R($ar);
         
         $this->jok("WORKED!");