From 9677cbecd43fcd9ecd8c48cbeaa64247353fc5de Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Sat, 3 Dec 2005 04:48:03 +0000 Subject: Bug 316522: Old Charts should not require login - Patch by Frédéric Buclin r=wurblzap a=justdave MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- report.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'report.cgi') diff --git a/report.cgi b/report.cgi index 7286c551e..98fcb2e7f 100755 --- a/report.cgi +++ b/report.cgi @@ -50,7 +50,7 @@ use Bugzilla::Search; GetVersionTable(); -Bugzilla->login(LOGIN_REQUIRED); +Bugzilla->login(); my $dbh = Bugzilla->switch_to_shadow_db(); -- cgit v1.2.3-24-g4f1b