зеркало из https://github.com/mozilla/pjs.git
pass refreshtimes to Summaries. There was no referesh times, in the generated
html before this fix.
This commit is contained in:
Родитель
36c1650d56
Коммит
9305416bf7
|
@ -2,8 +2,8 @@
|
||||||
# -*- Mode: perl; indent-tabs-mode: nil -*-
|
# -*- Mode: perl; indent-tabs-mode: nil -*-
|
||||||
#
|
#
|
||||||
|
|
||||||
# $Revision: 1.30 $
|
# $Revision: 1.31 $
|
||||||
# $Date: 2002-05-10 21:22:48 $
|
# $Date: 2002-12-10 19:23:37 $
|
||||||
# $Author: kestes%walrus.com $
|
# $Author: kestes%walrus.com $
|
||||||
# $Source: /home/jrmuizel/cvs-mirror/mozilla/webtools/tinderbox2/src/bin/tinder.cgi,v $
|
# $Source: /home/jrmuizel/cvs-mirror/mozilla/webtools/tinderbox2/src/bin/tinder.cgi,v $
|
||||||
# $Name: $
|
# $Name: $
|
||||||
|
@ -439,7 +439,7 @@ sub daemon_main {
|
||||||
|
|
||||||
overwrite_file($outfile, @out);
|
overwrite_file($outfile, @out);
|
||||||
|
|
||||||
$summary_data = Summaries::summary_pages($tree, $summary_data);
|
$summary_data = Summaries::summary_pages($tree, $summary_data, $REFRESH_TIME);
|
||||||
|
|
||||||
# There are automated bots who need the header data, they extract
|
# There are automated bots who need the header data, they extract
|
||||||
# it from this file.
|
# it from this file.
|
||||||
|
|
Загрузка…
Ссылка в новой задаче