Commit 58fd8500 authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Bug 215320: Change several bugs at once causes extraneous messages in apache log…

Bug 215320: Change several bugs at once causes extraneous messages in apache log file - Patch by Frédéric Buclin <LpSolit@gmail.com> r=kiko a=justdave
parent 9e7eab50
......@@ -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;
......
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