]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Backing out previous checkin, it broke the tree. :(
authorjustdave%syndicomm.com <>
Sun, 18 Nov 2001 05:28:24 +0000 (05:28 +0000)
committerjustdave%syndicomm.com <>
Sun, 18 Nov 2001 05:28:24 +0000 (05:28 +0000)
process_bug.cgi

index d52221d275602c614a8e76470603cc6a538c6128..9e90827f1d26d6f1a9a701d883fd02f02251e85b 100755 (executable)
@@ -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);
     }