@@ -88,7 +88,7 @@ discard block |
||
88 | 88 | 2003 => 1800000, |
89 | 89 | 2004 => 2000000, |
90 | 90 | ]; |
91 | - $nReturn = $valuesYearly[$yrDate]; |
|
91 | + $nReturn = $valuesYearly[$yrDate]; |
|
92 | 92 | } |
93 | 93 | if ($lngDate >= mktime(0, 0, 0, 7, 1, 2006)) { |
94 | 94 | $nReturn = round($nReturn, -4); |
@@ -131,7 +131,7 @@ discard block |
||
131 | 131 | 'Reduced deduction' => 10000000, |
132 | 132 | ], |
133 | 133 | ]; |
134 | - $inRule = $nValues[2005]; |
|
134 | + $inRule = $nValues[2005]; |
|
135 | 135 | if ($yrDate == 2016) { |
136 | 136 | $inRule = $nValues[2016]; |
137 | 137 | } |