Backing out previous checkin, it broke the tree. :(

parent 6c63f96a
...@@ -136,10 +136,8 @@ if ( $::FORM{'id'} ) { ...@@ -136,10 +136,8 @@ if ( $::FORM{'id'} ) {
SendSQL("SELECT product FROM bugs WHERE bug_id = $::FORM{'id'}"); SendSQL("SELECT product FROM bugs WHERE bug_id = $::FORM{'id'}");
$::oldproduct = FetchSQLData(); $::oldproduct = FetchSQLData();
} }
if ((($::FORM{'id'} && $::FORM{'product'} ne $::oldproduct) if ( ($::FORM{'id'} && $::FORM{'product'} ne $::oldproduct)
|| (!$::FORM{'id'} && $::FORM{'product'} ne $::dontchange)) || (!$::FORM{'id'} && $::FORM{'product'} ne $::dontchange) ) {
&& CheckonComment( "reassignbycomponent" ))
{
if ( Param("strictvaluechecks") ) { if ( Param("strictvaluechecks") ) {
CheckFormField(\%::FORM, 'product', \@::legal_product); CheckFormField(\%::FORM, 'product', \@::legal_product);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment