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

index 297a82c..f21ac77 100644 (file)
@@ -56,7 +56,7 @@ class MTrackWeb_Gitlive extends MTrackWeb
         if (!$this->projectPerm($r->project_id, 'MTrack.Issue', 'S')) {
             $this->jerr("no perms");
         }
-        DB_DAtaObject::DebugLevel(1);
+        //DB_DAtaObject::DebugLevel(1);
         $t = DB_DataObject::Factory('mtrack_ticket');
         $t->autoJoin();
         $t->whereAdd("join_status_id.name IN ( 'open', 'new')");