MTrackWeb/Ticket.php
authorAlan Knowles <alan@akbkhome.com>
Mon, 28 Mar 2011 02:28:51 +0000 (10:28 +0800)
committerAlan Knowles <alan@akbkhome.com>
Mon, 28 Mar 2011 02:28:51 +0000 (10:28 +0800)
MTrackWeb/Ticket.php

index a429d04..ee6acf9 100644 (file)
@@ -43,7 +43,7 @@ class MTrackWeb_Ticket extends MTrackWeb
    {
      
         // -- load issue.. we should share this code with ticketedit really..
-        DB_DataObject::debugLevel(1);
+        //DB_DataObject::debugLevel(1);
         $this->issue = DB_DataObject::factory('mtrack_ticket');
         $this->issue->autoJoin();
         if (!$this->id ||  !$this->issue->get($this->id)) {