Bug 272873: Specifying a null product to enter bug should give me the product chooser - Patch by Frédéric Buclin <LpSolit@gmail.com> r=timeless a=myk

git-svn-id: svn://10.0.0.236/trunk@173261 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
lpsolit%gmail.com
2005-05-10 20:13:37 +00:00
parent ae660cedf5
commit ebe72dec68

View File

@@ -70,7 +70,7 @@ my $cgi = Bugzilla->cgi;
my $product = $cgi->param('product');
if (!defined $product) {
if (!defined $product || $product eq "") {
GetVersionTable();
Bugzilla->login();