From: gerv%gerv.net <> Date: Tue, 14 May 2002 05:27:40 +0000 (+0000) Subject: Bug 144165 - enter_bug product selection has a footer like without a login if no... X-Git-Tag: bugzilla-2.16rc2~41 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fbe6e4d73a21d34bb579a53b3ce6452d361546c8;p=thirdparty%2Fbugzilla.git Bug 144165 - enter_bug product selection has a footer like without a login if no usebuggroupsentry. Patch by jouni@heikniemi.net; 2xr=gerv. --- diff --git a/enter_bug.cgi b/enter_bug.cgi index 96a38d39d6..b5d9a66f93 100755 --- a/enter_bug.cgi +++ b/enter_bug.cgi @@ -64,6 +64,7 @@ confirm_login() if (Param("usebuggroupsentry")); if (!defined $::FORM{'product'}) { GetVersionTable(); + quietly_check_login(); my %products;