web/ticket.php
authorAlan Knowles <alan@akkbhome.com>
Wed, 26 Jan 2011 10:59:18 +0000 (18:59 +0800)
committerAlan Knowles <alan@akkbhome.com>
Wed, 26 Jan 2011 10:59:18 +0000 (18:59 +0800)
web/ticket.php

index b490300..d4e393f 100644 (file)
@@ -1195,7 +1195,7 @@ function renderEditForm($issue, $params = array())
             foreach(array_keys($resolutions) as $s) {
                 $html .=   mtrack_chg_status ('action', 'resolve_' .$s, 'Resolve as: <B>'.  $s. '</B>');
             }
-            $html .= mtrack_chg_status('action', 'resolve', 'Resolve as:', 'resolution', $resolutions, $issue );
+           // $html .= mtrack_chg_status('action', 'resolve', 'Resolve as:', 'resolution', $resolutions, $issue );
         } else {
             // $html .= "<i>you must be in the closer group to close issues</i><br/>";
         }