From: lpsolit%gmail.com <> Date: Sat, 3 Dec 2005 04:48:03 +0000 (+0000) Subject: Bug 316522: Old Charts should not require login - Patch by Frédéric Buclin r=wurblzap a=justdave --- diff --git a/report.cgi b/report.cgi index 7286c551e6..98fcb2e7ff 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();