From 2de48b29c943690dcb0093348f910806e80bdb85 Mon Sep 17 00:00:00 2001 From: Andrew Dunstan Date: Mon, 27 Aug 2007 16:57:30 +0000 Subject: [PATCH] use new fast dashboard view --- cgi-bin/show_status.pl | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/cgi-bin/show_status.pl b/cgi-bin/show_status.pl index 39ecccd..3fc48cd 100755 --- a/cgi-bin/show_status.pl +++ b/cgi-bin/show_status.pl @@ -36,14 +36,10 @@ elsif ($sortby eq 'compiler') my $db = DBI->connect($dsn,$dbuser,$dbpass) or die("$dsn,$dbuser,$dbpass,$!"); -# there is possibly some redundancy in this query, but it makes -# a lot of the processing simpler. - my $statement =<