Major cleanup of old-school HTML-mess...
[mailer.git] / inc / modules / admin / what-list_bonus.php
index 581855e47a089e32c8032c4196269d1d145f0c81..e4fcf199f38d7664f252d59468b65db915678ab9 100644 (file)
@@ -39,7 +39,7 @@
 // Some security stuff...
 if ((!defined('__SECURITY')) || (!isAdmin())) {
        die();
-}
+} // END - if
 
 // Add description as navigation point
 addMenuDescription('admin', __FILE__);
@@ -94,9 +94,9 @@ ORDER BY `points` DESC, `last_online` DESC, `userid` ASC",
                        $WIN1 = ''; $WIN2 = '';
                        if ($cnt <= getConfig('bonus_ranks')) {
                                // Maybe he can win his active bonus?
-                               $WIN1 = "<strong>";
-                               $WIN2 = "</strong>";
-                       }
+                               $WIN1 = '<strong>';
+                               $WIN2 = '</strong>';
+                       } // END - if
 
                        // Prepare content
                        $content['userid']    = generateUserProfileLink($content['userid']);