Fix starting time for "show previous" links when hours is set to something

other than 12
This commit is contained in:
dveditz%netscape.com 2000-03-15 00:49:16 +00:00
Родитель bd56b801db
Коммит 25511791f0
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -421,7 +421,7 @@ sub print_table_header {
sub print_table_footer {
print "</table>\n";
my $nextdate = $maxdate - 12*60*60;
my $nextdate = $maxdate - $hours*60*60;
print &open_showbuilds_href(maxdate=>"$nextdate", nocrap=>'1')
."Show previous $hours hours</a><br>";
if ($hours != 24) {