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
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
15775781
Commit
15775781
authored
Jan 18, 2001
by
tara%tequilarista.org
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Cleaning up the language for matty for bug #45213
parent
b82afafe
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
process_bug.cgi
process_bug.cgi
+2
-2
No files found.
process_bug.cgi
View file @
15775781
...
...
@@ -524,8 +524,8 @@ SWITCH: for ($::FORM{'knob'}) {
SendSQL
(
"SELECT bug_id FROM bugs WHERE bug_id = "
.
SqlQuote
(
$num
));
$num
=
FetchOneColumn
();
if
(
!
$num
)
{
PuntTryAgain
(
"You must specify a bug number of which this bug "
.
"is a duplicate
or a valid bug number
. The bug has not been changed."
)
PuntTryAgain
(
"You must specify a
valid
bug number of which this bug "
.
"is a duplicate. The bug has not been changed."
)
}
if
(
!
defined
(
$::FORM
{
'id'
})
||
$num
==
$::FORM
{
'id'
})
{
PuntTryAgain
(
"Nice try, $::FORM{'who'}. But it doesn't really "
.
...
...
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