Via irc vote, turn on 'checkins since' links even for nocrap.

This commit is contained in:
slamm%netscape.com 1999-03-05 22:10:04 +00:00
parent 79b56c0ef8
commit bf70ff4e63

View File

@ -231,7 +231,7 @@ sub display_build_table_row {
my ($tt, $hour_color);
$tt = &print_time($build_time_times->[$t]);
if( $tree2 ne "" || $form{nocrap}){
if( $tree2 ne ""){
$qr = "";
$er = "";
}