Fixes for extension problems while installing/removing (still double-registration...
[mailer.git] / birthday_confirm.php
index 003c93fbd186e359dbf95f9e477f5d7720b250ff..d1284aec6bbb346b8446aec0c216e2d84ff0b359 100644 (file)
@@ -39,9 +39,8 @@
 // Load security stuff here
 require('inc/libs/security_functions.php');
 
-// Init "action" and "what"
-$GLOBALS['what'] = '';
-$GLOBALS['action'] = '';
+// Init start time
+$GLOBALS['startTime'] = microtime(true);
 
 // Set module
 $GLOBALS['module'] = 'birthday_confirm';