[thirdparty-commits] jpeeler: mantis/trunk r48 - /mantis/trunk/core/html_api.php
SVN commits to the Digium third-party software repository
thirdparty-commits at lists.digium.com
Thu Jan 8 14:03:58 CST 2009
Author: jpeeler
Date: Thu Jan 8 14:03:56 2009
New Revision: 48
URL: http://svn.digium.com/view/thirdparty?view=rev&rev=48
Log:
enable roadmap page
Modified:
mantis/trunk/core/html_api.php
Modified: mantis/trunk/core/html_api.php
URL: http://svn.digium.com/view/thirdparty/mantis/trunk/core/html_api.php?view=diff&rev=48&r1=47&r2=48
==============================================================================
--- mantis/trunk/core/html_api.php (original)
+++ mantis/trunk/core/html_api.php Thu Jan 8 14:03:56 2009
@@ -565,10 +565,9 @@
}*/
# Roadmap Page
- /*
if ( access_has_project_level( config_get( 'roadmap_view_threshold' ) ) ) {
$t_menu_options[] = '<a href="roadmap_page.php">' . lang_get( 'roadmap_link' ) . '</a>';
- }*/
+ }
# Summary Page
if ( access_has_project_level( config_get( 'view_summary_threshold' ) ) ) {
More information about the thirdparty-commits
mailing list