]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-list_rallyes.php
A lot variables renamed from all upper-case to hungarian notation
[mailer.git] / inc / modules / admin / what-list_rallyes.php
index 48852fddfe852543cbf6741c2e005c8fe8f2d759..d00f43c71cfadcbf95ff8c16cb7991ee837fa896 100644 (file)
@@ -46,7 +46,7 @@ if ((!defined('__SECURITY')) || (!IS_ADMIN())) {
 ADD_DESCR("admin", __FILE__);
 
 if (!REQUEST_ISSET_GET(('sub'))) REQUEST_SET_GET('sub', "");
-$MSG = "";
+$message = "";
 
 // Quick actions on a rallye
 if (REQUEST_ISSET_GET(('rallye'))) {
@@ -115,10 +115,10 @@ if (REQUEST_ISSET_GET(('rallye'))) {
                runFilterChain('run_sqls');
 
                // Output message
-               $MSG = getMessage('RALLYE_DELETED');
+               $message = getMessage('RALLYE_DELETED');
        } else {
                // No rallye selected to delete!
-               $MSG = getMessage('RALLYE_DELETE_NOTHING_SELECTED');
+               $message = getMessage('RALLYE_DELETE_NOTHING_SELECTED');
        }
 } elseif (REQUEST_ISSET_POST('change')) {
        // Change rallye
@@ -162,7 +162,7 @@ WHERE id='".$id."' LIMIT 1",
                runFilterChain('run_sqls');
 
                // Output message
-               $MSG = getMessage('RALLYE_CHANGED');
+               $message = getMessage('RALLYE_CHANGED');
        }
 }