]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 144165 - enter_bug product selection has a footer like without a login if no...
authorgerv%gerv.net <>
Tue, 14 May 2002 05:27:40 +0000 (05:27 +0000)
committergerv%gerv.net <>
Tue, 14 May 2002 05:27:40 +0000 (05:27 +0000)
enter_bug.cgi

index 96a38d39d67f319ab83461b74e043139e8bd03b3..b5d9a66f93f9ef5762378500f8872eae9b35040f 100755 (executable)
@@ -64,6 +64,7 @@ confirm_login() if (Param("usebuggroupsentry"));
 
 if (!defined $::FORM{'product'}) {
     GetVersionTable();
+    quietly_check_login();
 
     my %products;