From 58fd8500cc2db7c6f8c804638cf65e958fd2cf1d Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Sun, 22 May 2005 21:19:23 +0000 Subject: Bug 215320: Change several bugs at once causes extraneous messages in apache log file - Patch by Frédéric Buclin r=kiko a=justdave MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- process_bug.cgi | 1 + 1 file changed, 1 insertion(+) (limited to 'process_bug.cgi') diff --git a/process_bug.cgi b/process_bug.cgi index c000e3a4a..b9dab876a 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; -- cgit v1.2.3-24-g4f1b