Index: bug_view_page.php =================================================================== RCS file: /cvsroot/mantisbt/mantisbt/bug_view_page.php,v retrieving revision 1.85 diff -u -r1.85 bug_view_page.php --- bug_view_page.php 6 Mar 2007 07:05:18 -0000 1.85 +++ bug_view_page.php 30 Mar 2007 10:03:51 -0000 @@ -432,19 +432,9 @@ include( $t_mantis_dir . 'bug_monitor_list_view_inc.php' ); # Bugnotes - include( $t_mantis_dir . 'bugnote_add_inc.php' ); include( $t_mantis_dir . 'bugnote_view_inc.php' ); -?> - -status < config_get( 'bug_resolved_status_threshold' ) ) && - ( access_has_bug_level( config_get( 'add_bugnote_threshold' ), $f_bug_id ) ) ) - { -?> - -
- - Index: bug_view_advanced_page.php =================================================================== RCS file: /cvsroot/mantisbt/mantisbt/bug_view_advanced_page.php,v retrieving revision 1.83 diff -u -r1.83 bug_view_advanced_page.php --- bug_view_advanced_page.php 6 Mar 2007 07:05:18 -0000 1.83 +++ bug_view_advanced_page.php 30 Mar 2007 10:03:52 -0000 @@ -554,8 +554,8 @@ include( $t_mantis_dir . 'bug_monitor_list_view_inc.php' ); # Bugnotes - include( $t_mantis_dir . 'bugnote_add_inc.php' ); include( $t_mantis_dir . 'bugnote_view_inc.php' ); + include( $t_mantis_dir . 'bugnote_add_inc.php' ); # History if ( $f_history ) { @@ -565,4 +565,6 @@ html_page_bottom1( __FILE__ ); last_visited_issue( $f_bug_id ); + +# vim: noexpandtab tabstop=4 softtabstop=0: ?>