From 64d37ef949178b1f5346a6369d3a4e6f2a382600 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Sat, 3 Dec 2005 04:51:14 +0000 Subject: [PATCH] =?utf8?q?Bug=20316522:=20Old=20Charts=20should=20not=20re?= =?utf8?q?quire=20login=20-=20Patch=20by=20Fr=C3=A9d=C3=A9ric=20Buclin=20=20r=3Dwurblzap=20a=3Djustdave?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- report.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report.cgi b/report.cgi index d908c77f9d..5572ae606c 100755 --- a/report.cgi +++ b/report.cgi @@ -47,7 +47,7 @@ use Bugzilla::Search; GetVersionTable(); -Bugzilla->login(LOGIN_REQUIRED); +Bugzilla->login(); Bugzilla->switch_to_shadow_db(); -- 2.47.2