From 69b0cad73f81af9cb0ba125fae6bdcddc6a294aa Mon Sep 17 00:00:00 2001 From: "dmose%mozilla.org" <> Date: Fri, 3 Dec 1999 07:56:07 +0000 Subject: special cased DUPLICATE in the make_options() sanity-checking code --- CGI.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'CGI.pl') diff --git a/CGI.pl b/CGI.pl index c0201787b..69a67b36b 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 " . -- cgit v1.2.3-24-g4f1b