From: lpsolit%gmail.com <> Date: Sun, 22 May 2005 21:19:23 +0000 (+0000) Subject: Bug 215320: Change several bugs at once causes extraneous messages in apache log... X-Git-Tag: bugzilla-2.20rc1~82 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=58fd8500cc2db7c6f8c804638cf65e958fd2cf1d;p=thirdparty%2Fbugzilla.git Bug 215320: Change several bugs at once causes extraneous messages in apache log file - Patch by Frédéric Buclin r=kiko a=justdave --- diff --git a/process_bug.cgi b/process_bug.cgi index c000e3a4a0..b9dab876aa 100755 --- a/process_bug.cgi +++ b/process_bug.cgi @@ -402,6 +402,7 @@ sub CheckCanChangeField { return 1; # numeric fields need to be compared using == } elsif (($field eq "estimated_time" || $field eq "remaining_time") + && $newvalue ne $cgi->param('dontchange') && $oldvalue == $newvalue) { return 1;