More globals rewritten, see #100
[mailer.git] / click.php
index e7c7e4d04b2ad2fad530cd4c51df0d4bc3e42147..4018e63236486829654e1178f16d467a48020794 100644 (file)
--- a/click.php
+++ b/click.php
@@ -35,8 +35,8 @@
 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'] = "click"; $GLOBALS['output_mode'] = -1;