Author: matt
Date: 2010-11-14 12:37:22 -0800 (Sun, 14 Nov 2010)
New Revision: 566
Log:
Fixed direct modification column for logged in users

Modified:
   trunk/roadmap.php

Modified: trunk/roadmap.php
===================================================================
--- trunk/roadmap.php   2010-11-14 20:35:38 UTC (rev 565)
+++ trunk/roadmap.php   2010-11-14 20:37:22 UTC (rev 566)
@@ -106,7 +106,7 @@
     if ($bugcount > 0 || $remain > 0)
     {
       if ($LOGIN_LEVEL >= AUTH_DEVEL)
-        html_start_table(array("STR #", "Summary", "Subsystem", "Status", 
"Priority", "   "));
+        html_start_table(array("STR #", "Summary", "Subsystem", "Status", 
"Priority", "M"));
       else
         html_start_table(array("STR #", "Summary", "Subsystem", "Status", 
"Priority"));
 

_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit

Reply via email to