More globals rewritten, see #100
[mailer.git] / birthday_confirm.php
index d93bc3a0aa83e3a890a9d770c4f66c0ed7539922..7b0a83bc0d1a27a998eb2a19522ade96cab38995 100644 (file)
 require("inc/libs/security_functions.php");
 
 // Init "action" and "what"
-global $what, $action;
-$GLOBALS['what'] = ""; $GLOBALS['action'] = "";
+$GLOBALS['what'] = "";
+$GLOBALS['action'] = "";
 
 // Set module
-$GLOBALS['module'] = "birthday_confirm"; $GLOBALS['output_mode'] = -1;
+$GLOBALS['module'] = "birthday_confirm";
+$GLOBALS['output_mode'] = -1;
 
 // Load the required file(s)
 require("inc/config.php");