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

index d52dac4..23298dc 100644 (file)
@@ -1168,7 +1168,7 @@ function renderEditForm($issue, $params = array())
  
      // for coder's they can only change this ticke to certian states
         $groups = MTrackAuth::getGroups(MTrackAuth::whoami());
-        //print_r($groups);
+        print_r($groups);
         // Nasty - I really do not like the acl code in this ...
          
         $ST = new MTrackTicketState;