special cased DUPLICATE in the make_options() sanity-checking code

This commit is contained in:
dmose%mozilla.org 1999-12-02 23:56:07 +00:00
Родитель 76b619c9ac
Коммит 399dbbb2eb
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -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 " .