diff options
Diffstat (limited to 'reports.cgi')
-rwxr-xr-x | reports.cgi | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/reports.cgi b/reports.cgi index 1181e3a81..5b043c934 100755 --- a/reports.cgi +++ b/reports.cgi @@ -55,8 +55,6 @@ use Bugzilla; # to viewing reports, as well. Time to check the login in that case. my $user = Bugzilla->login(); -GetVersionTable(); - Bugzilla->switch_to_shadow_db(); my $cgi = Bugzilla->cgi; |