From: dmose%mozilla.org <> Date: Fri, 3 Dec 1999 07:56:07 +0000 (+0000) Subject: special cased DUPLICATE in the make_options() sanity-checking code X-Git-Tag: bugzilla-2.12~501 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=69b0cad73f81af9cb0ba125fae6bdcddc6a294aa;p=thirdparty%2Fbugzilla.git special cased DUPLICATE in the make_options() sanity-checking code --- diff --git a/CGI.pl b/CGI.pl index c0201787b3..69a67b36b2 100644 --- a/CGI.pl +++ b/CGI.pl @@ -295,7 +295,8 @@ sub make_options { } if (!$found && $default ne "") { if ( Param("strictvaluechecks") && - ($default ne $::dontchange) && ($default ne "-All-") ) { + ($default ne $::dontchange) && ($default ne "-All-") && + ($default ne "DUPLICATE") ) { print "Possible bug database corruption has been detected. " . "Please send mail to " . Param("maintainer") . " with " . "details of what you were doing when this message " .