Completed
Pull Request — development (#468)
by Mirco
06:46
created
htdocs/editlog.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -163,7 +163,7 @@
 block discarded – undo
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 {
Please login to merge, or discard this patch.
htdocs/lib2/logic/sitemapxml.class.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -52,7 +52,7 @@
 block discarded – undo
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) {
Please login to merge, or discard this patch.