]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-list_bonus.php
Several fixes/improvements:
[mailer.git] / inc / modules / admin / what-list_bonus.php
index ec1055e32d75316284315ec11b27d8f22dd11379..e4fcf199f38d7664f252d59468b65db915678ab9 100644 (file)
 // Some security stuff...
 if ((!defined('__SECURITY')) || (!isAdmin())) {
        die();
-}
+} // END - if
 
 // Add description as navigation point
 addMenuDescription('admin', __FILE__);
 
 if (getConfig('bonus_active') == 'Y') {
        // Shall I withdraw now?
-       if (isPostRequestElementSet(('withdraw'))) {
+       if (isPostRequestParameterSet(('withdraw'))) {
                // Okay, let's prepare...
                $curr = date('m', time()) - 1;
                if (strlen($curr) == 1) $curr = '0' . $curr;
@@ -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']);