Commit 3327b874 authored by kiko%async.com.br's avatar kiko%async.com.br

Whitespace-only fix to indentation in BugMail.pm, bear with me.

parent f9214d52
...@@ -766,9 +766,9 @@ sub NewProcessOnePerson ($$$$$$$$$$$$$) { ...@@ -766,9 +766,9 @@ sub NewProcessOnePerson ($$$$$$$$$$$$$) {
$add_diff = 0; $add_diff = 0;
if (exists($diff->{'fieldname'}) && if (exists($diff->{'fieldname'}) &&
($diff->{'fieldname'} eq 'estimated_time' || ($diff->{'fieldname'} eq 'estimated_time' ||
$diff->{'fieldname'} eq 'remaining_time' || $diff->{'fieldname'} eq 'remaining_time' ||
$diff->{'fieldname'} eq 'work_time')) { $diff->{'fieldname'} eq 'work_time')) {
if ($user->groups->{Param("timetrackinggroup")}) { if ($user->groups->{Param("timetrackinggroup")}) {
$add_diff = 1; $add_diff = 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