From 58fd8500cc2db7c6f8c804638cf65e958fd2cf1d Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Sun, 22 May 2005 21:19:23 +0000 Subject: [PATCH] =?utf8?q?Bug=20215320:=20Change=20several=20bugs=20at=20o?= =?utf8?q?nce=20causes=20extraneous=20messages=20in=20apache=20log=20file?= =?utf8?q?=20-=20Patch=20by=20Fr=C3=A9d=C3=A9ric=20Buclin=20=20r=3Dkiko=20a=3Djustdave?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- process_bug.cgi | 1 + 1 file changed, 1 insertion(+) 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; -- 2.47.2