Bug 316522: Old Charts should not require login - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=justdave

git-svn-id: svn://10.0.0.236/trunk@185604 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
lpsolit%gmail.com
2005-12-02 20:51:14 +00:00
parent 661e5c3d12
commit fc92fb40ad

View File

@@ -50,7 +50,7 @@ use Bugzilla::Search;
GetVersionTable();
Bugzilla->login(LOGIN_REQUIRED);
Bugzilla->login();
my $dbh = Bugzilla->switch_to_shadow_db();