From 19e3695eb803c05de3367f6a357da31b48544000 Mon Sep 17 00:00:00 2001 From: "zach%zachlipton.com" Date: Wed, 24 Aug 2005 01:23:13 +0000 Subject: [PATCH] For now, disable the hotlist since it's taking way too long to load. --- webtools/litmus/index.cgi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/webtools/litmus/index.cgi b/webtools/litmus/index.cgi index 2c10c41c01ac..59b2f9354624 100755 --- a/webtools/litmus/index.cgi +++ b/webtools/litmus/index.cgi @@ -37,7 +37,8 @@ print $c->header(); my @products = Litmus::DB::Product->retrieve_all(); my @failingtests = Litmus::DB::Test->retrieve_all(); -my @hotlist = makeHotlist(15, Litmus::DB::Result->search(name => "Fail"), @failingtests); +#my @hotlist = makeHotlist(15, Litmus::DB::Result->search(name => "Fail"), @failingtests); +my @hotlist = undef; my $vars = {