Don't complain that the user isn't doing anything if he is actually

changing keywords.


git-svn-id: svn://10.0.0.236/trunk@57681 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
terry%mozilla.org
2000-01-13 16:19:19 +00:00
parent ff04156de5
commit 5532c72e2f

View File

@@ -397,7 +397,9 @@ if ($::FORM{'keywords'}) {
}
}
if ($::comma eq "") {
my $keywordaction = $::FORM{'keywordaction'} || "makeexact";
if ($::comma eq "" && 0 == @keywordlist && $keywordaction ne "makeexact") {
if (!defined $::FORM{'comment'} || $::FORM{'comment'} =~ /^\s*$/) {
print "Um, you apparently did not change anything on the selected\n";
print "bugs. <p>Click <b>Back</b> and try again.\n";
@@ -445,9 +447,6 @@ sub SnapShotKeywords {
}
my $keywordaction = $::FORM{'keywordaction'} || "makeexact";
my $whoid = DBNameToIdAndCheck($::FORM{'who'});
my $timestamp;