]> git.mxchange.org Git - mailer.git/commitdiff
MINOR: Small code improvements
authorRoland Häder <roland@mxchange.org>
Wed, 23 Jan 2013 11:52:26 +0000 (11:52 +0000)
committerRoland Häder <roland@mxchange.org>
Wed, 23 Jan 2013 11:52:26 +0000 (11:52 +0000)
inc/libs/bonus_functions.php

index 448accb5f33ee1e7743e502b40217f085e799ffc..fa7ddd1b23d1905d49e4d34ad3c29cf15806179e 100644 (file)
@@ -121,7 +121,9 @@ function addTurboBonus ($id, $userid, $type) {
 //
 function addBonusRanks ($data, $type, $userid) {
        // Init variables
-       $self = FALSE; $OUT = ''; $GLOBALS['ranking_content'] = array();
+       $self = FALSE;
+       $OUT = '';
+       $GLOBALS['ranking_content'] = array();
 
        // Clear rankings by default
        $GLOBALS['ranking_content']['rankings'] = '';
@@ -143,7 +145,7 @@ function addBonusRanks ($data, $type, $userid) {
                $GLOBALS['ranking_content'] = merge_array($GLOBALS['ranking_content'], SQL_FETCHARRAY($result));
 
                // Remember all values for later use
-               $self  = TRUE;
+               $self = TRUE;
 
                // Transfer data to template
                $GLOBALS['ranking_content']['timemark'] = generateDateTime($GLOBALS['ranking_content']['timemark'], 1);