Show checkin history up to a week.

git-svn-id: svn://10.0.0.236/trunk@21648 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
terry%netscape.com
1999-02-23 20:14:41 +00:00
parent 7efce2661d
commit 04d7cc916e
2 changed files with 2 additions and 2 deletions

View File

@@ -64,7 +64,7 @@ sub build_who {
close(BUILDLOG);
#($j,$query_date_min) = split(/\|/, $line);
$query_date_min = time - (60 * 60 * 40);
$query_date_min = time - (60 * 60 * 24 * 7); # One week.
if( $F_DEBUG ){
print "Minimum date: $query_date_min\n";

View File

@@ -390,7 +390,7 @@ sub display_build_table_header {
sub display_build_table_footer {
print "</table>\n";
print "<a href=showbuilds.cgi?tree=$tree&showall=1.cgi>Show more checkin history</a><br><br>\n";
print "<a href=showbuilds.cgi?tree=$tree&showall=1>Show more checkin history</a><br><br>\n";
if (open(FOOTER, "<$data_dir/footer.html")) {
while (<FOOTER>) {