Make room for more tinderbox columns by truncating the email address. To get the full email address, you have to click on the name.

This commit is contained in:
slamm%netscape.com 1999-03-18 21:54:28 +00:00
Родитель 93a88864fd
Коммит b7548580cd
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -279,6 +279,7 @@ sub display_build_table_row {
print "<td>";
for $who (sort keys %{$who_list->[$t]} ){
$qr = &who_menu( $td1, $build_time_times->[$t],$build_time_times->[$t-1],$who);
$who =~ s/%.*$//;
print " ${qr}$who</a>\n";
}
print "</td>";