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
aa5aead2
Commit
aa5aead2
authored
Nov 18, 2001
by
justdave%syndicomm.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Backing out previous checkin, it broke the tree. :(
parent
6c63f96a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
process_bug.cgi
process_bug.cgi
+2
-4
No files found.
process_bug.cgi
View file @
aa5aead2
...
...
@@ -136,10 +136,8 @@ if ( $::FORM{'id'} ) {
SendSQL
(
"SELECT product FROM bugs WHERE bug_id = $::FORM{'id'}"
);
$::oldproduct
=
FetchSQLData
();
}
if
(((
$::FORM
{
'id'
}
&&
$::FORM
{
'product'
}
ne
$::oldproduct
)
||
(
!
$::FORM
{
'id'
}
&&
$::FORM
{
'product'
}
ne
$::dontchange
))
&&
CheckonComment
(
"reassignbycomponent"
))
{
if
(
(
$::FORM
{
'id'
}
&&
$::FORM
{
'product'
}
ne
$::oldproduct
)
||
(
!
$::FORM
{
'id'
}
&&
$::FORM
{
'product'
}
ne
$::dontchange
)
)
{
if
(
Param
(
"strictvaluechecks"
)
)
{
CheckFormField
(
\%::
FORM
,
'product'
,
\
@::legal_product
);
}
...
...
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