More globals rewritten, see #100
[mailer.git] / mailid_top.php
index 42c81598e86fbb4d2d32e98b3a13432e6ef50e70..240588bcfa67143921ed85664b790469f948c9e9 100644 (file)
 require("inc/libs/security_functions.php");
 
 // Init "action" and "what"
-global $what, $action;
-$GLOBALS['what'] = ""; $GLOBALS['action'] = "";
+$GLOBALS['what'] = "";
+$GLOBALS['action'] = "";
 
 // Tell everyone we are in this module
-$GLOBALS['module'] = "mailid";  $GLOBALS['output_mode'] = 0;
+$GLOBALS['module'] = "mailid"; 
+$GLOBALS['output_mode'] = 0;
 
 // Load the required file(s)
 require("inc/config.php");