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

index 23298dc..3cd0109 100644 (file)
@@ -1189,7 +1189,7 @@ function renderEditForm($issue, $params = array())
             unset($resolutions['fixed']);
             $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/>";
+            // $html .= "<i>you must be in the closer group to close issues</i><br/>";
         }
 
     } else {