From cf2ac11329cdcc113f6a2ade3241f3cb902fa71b Mon Sep 17 00:00:00 2001 From: "kestes%walrus.com" Date: Tue, 10 Dec 2002 19:24:37 +0000 Subject: [PATCH] add referesh times to summary pages, this variable was empty before this fix. git-svn-id: svn://10.0.0.236/trunk@135048 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/tinderbox2/src/lib/Summaries.pm | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/mozilla/webtools/tinderbox2/src/lib/Summaries.pm b/mozilla/webtools/tinderbox2/src/lib/Summaries.pm index 1cc7347cc7b..7e6ee1c62bd 100644 --- a/mozilla/webtools/tinderbox2/src/lib/Summaries.pm +++ b/mozilla/webtools/tinderbox2/src/lib/Summaries.pm @@ -8,8 +8,8 @@ # The only external interface to this library is summary_pages() and # create_global_index() these functions are only called by tinder.cgi. -# $Revision: 1.10 $ -# $Date: 2002-04-26 22:05:02 $ +# $Revision: 1.11 $ +# $Date: 2002-12-10 19:24:37 $ # $Author: kestes%walrus.com $ # $Source: /home/befator/cvs/jail/cvsroot/mozilla/webtools/tinderbox2/src/lib/Summaries.pm,v $ # $Name: not supported by cvs2svn $ @@ -58,7 +58,7 @@ sub summary_pages { # Look! we use 'my' here but we wish to change $summary_ref and pass # it back to the caller, see the return statement. - my ($tree, $summary_ref) = @_; + my ($tree, $summary_ref, $refresh_time) = @_; # Build all the summary pages and save data into the $symmary_ref # also take the time to build an index page for this tree pointing @@ -87,6 +87,8 @@ sub summary_pages { $TREE_STATE = TinderHeader::gettree_header('TreeState', $tree); $HTML_TIME = HTMLPopUp::timeHTML($main::TIME); + $REFRESH_TIME = $refresh_time; + }; # use symbolic reference in @SUMMARY_FUNCS since we want both: