]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 316522: Old Charts should not require login - Patch by Frédéric Buclin <LpSolit...
authorlpsolit%gmail.com <>
Sat, 3 Dec 2005 04:48:03 +0000 (04:48 +0000)
committerlpsolit%gmail.com <>
Sat, 3 Dec 2005 04:48:03 +0000 (04:48 +0000)
report.cgi

index 7286c551e67afe5569ece0017b3b06b411f8e58d..98fcb2e7ffd2307ee99de3d6cd97d88e4c032060 100755 (executable)
@@ -50,7 +50,7 @@ use Bugzilla::Search;
 
 GetVersionTable();
 
-Bugzilla->login(LOGIN_REQUIRED);
+Bugzilla->login();
 
 my $dbh = Bugzilla->switch_to_shadow_db();