From 5e92ae4182894ca67029793de81e27f123b4e93f Mon Sep 17 00:00:00 2001 From: Tom Copeland Date: Mon, 21 Jul 2003 11:03:43 +0000 Subject: [PATCH] Changed page header to reflect the actual frequency of runs git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@2106 51baf565-9d33-0410-a72c-fc3788e3496d --- pmd-web/src/webpmd.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pmd-web/src/webpmd.pl b/pmd-web/src/webpmd.pl index c261b99e6c..9c1e6be969 100644 --- a/pmd-web/src/webpmd.pl +++ b/pmd-web/src/webpmd.pl @@ -25,7 +25,7 @@ sub default() { my $lastruntime=; close(FILE); print br(); - print "This report is run 10 minutes past the hour at midnight, 3, 6, 9, 12, 15, 18, and 21 hours U.S. Pacific Standard Time.
The last run finished at ", $lastruntime, ". Right now it's ", ctime(), "."; + print "This report is regenerated 10 minutes past the hour at 0000, 0600, 1200, and 1800 U.S. Pacific Standard Time.
The last run finished at ", $lastruntime, ". Right now it's ", ctime(), "."; print "

1/31/03: The jakarta.apache.org and xml.apache.org projects have been moved here"; print br(); print hr();