Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ivan Ivlev
bugzilla
Commits
6e55e760
Commit
6e55e760
authored
Jan 14, 2000
by
terry%mozilla.org
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Don't complain that the user isn't doing anything if he is actually
changing keywords.
parent
438b9fe1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
process_bug.cgi
process_bug.cgi
+3
-4
No files found.
process_bug.cgi
View file @
6e55e760
...
@@ -397,7 +397,9 @@ if ($::FORM{'keywords'}) {
...
@@ -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*$/
)
{
if
(
!
defined
$::FORM
{
'comment'
}
||
$::FORM
{
'comment'
}
=~
/^\s*$/
)
{
print
"Um, you apparently did not change anything on the selected\n"
;
print
"Um, you apparently did not change anything on the selected\n"
;
print
"bugs. <p>Click <b>Back</b> and try again.\n"
;
print
"bugs. <p>Click <b>Back</b> and try again.\n"
;
...
@@ -445,9 +447,6 @@ sub SnapShotKeywords {
...
@@ -445,9 +447,6 @@ sub SnapShotKeywords {
}
}
my
$keywordaction
=
$::FORM
{
'keywordaction'
}
||
"makeexact"
;
my
$whoid
=
DBNameToIdAndCheck
(
$::FORM
{
'who'
});
my
$whoid
=
DBNameToIdAndCheck
(
$::FORM
{
'who'
});
my
$timestamp
;
my
$timestamp
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment