Naming convention applied: is outdated, use (not shortended word), fixed missing...
[mailer.git] / inc / modules / member / what-bonus.php
index 7d878dc980dc56eb764db84f49ab90b452734a8b..870c367c5ddbb68d64d15867dadd7990ea43b9d8 100644 (file)
@@ -94,17 +94,17 @@ LIMIT {?bonus_ranks?}",
 $OUT = '';
 if (!SQL_HASZERONUMS($result)) {
        // Load our winners...
-       $cnt = 1;
+       $count = 1;
        while ($content = SQL_FETCHARRAY($result)) {
                // Prepare data for the template
-               $content['cnt']         = $cnt;
+               $content['cnt']         = $count;
                $content['last_online'] = generateDateTime($content['last_online'], 2);
 
                // Load row template
                $OUT .= loadTemplate('member_bonus_row', true, $content);
 
                // Count one up
-               $cnt++;
+               $count++;
        } // END - while
 } else {
        // No one is interested in our "active rallye" ! :-(