--- bugnote_view_inc.php.orig 2008-02-01 11:54:46.000000000 +0000 +++ bugnote_view_inc.php 2008-01-30 10:21:28.000000000 +0000 @@ -210,7 +210,7 @@ 0 ) { + if ( $t_total_time > 0 && access_has_bug_level( config_get( 'time_tracking_view_threshold' ), $f_bug_id ) ) { echo '', sprintf ( lang_get( 'total_time_for_issue' ), db_minutes_to_hhmm( $t_total_time ) ), ''; } } # end else