From: dmose%mozilla.org <> Date: Wed, 8 Mar 2000 04:03:52 +0000 (+0000) Subject: added hack for NSS bug injection X-Git-Tag: bugzilla-2.12~358 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd8adfd6dbc0d153f5ef9e3c54e21a8b2fcd3020;p=thirdparty%2Fbugzilla.git added hack for NSS bug injection --- diff --git a/backdoor.cgi b/backdoor.cgi index 26e2ab9331..b4848a1bb9 100755 --- a/backdoor.cgi +++ b/backdoor.cgi @@ -93,7 +93,10 @@ if ($prod eq "Communicator") { $version = "other"; } - +if ($prod eq "NSS") { + $version = "unspecified"; +} + # Validate fields, and whine about things that we apparently couldn't remap # into something legal.