@@ -163,7 +163,7 @@ |
||
| 163 | 163 | $rating_msg = mb_ereg_replace('{max}', floor($user_founds * $rating_percentage / 100), $rating_msg); |
| 164 | 164 | $rating_msg = mb_ereg_replace('{curr}', $user_tops, $rating_msg); |
| 165 | 165 | } else { |
| 166 | - $anzahl = (int) (($user_tops + 1 - ($user_founds * $rating_percentage / 100)) / ($rating_percentage / 100)); |
|
| 166 | + $anzahl = (int)(($user_tops + 1 - ($user_founds * $rating_percentage / 100)) / ($rating_percentage / 100)); |
|
| 167 | 167 | if ($anzahl > 1) { |
| 168 | 168 | $rating_msg = mb_ereg_replace('{anzahl}', $anzahl, $rating_too_few_founds); |
| 169 | 169 | } else { |
@@ -52,7 +52,7 @@ |
||
| 52 | 52 | * @param bool $sChangeFreq |
| 53 | 53 | * @param float $nPriority |
| 54 | 54 | */ |
| 55 | - public function write($sFile, $dLastMod, $sChangeFreq = false, $nPriority ) |
|
| 55 | + public function write($sFile, $dLastMod, $sChangeFreq = false, $nPriority) |
|
| 56 | 56 | { |
| 57 | 57 | if (!$nPriority) { $nPriority = 0.5; } |
| 58 | 58 | if ($sChangeFreq == false) { |