Fixes for extension problems while installing/removing (still double-registration...
[mailer.git] / mailid_top.php
index b757543e895966cb5cb6d31724f7d2ce0b489ca4..e7eccc98c6071766b9835b3c6590d684a36bea31 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);
 
 // Tell everyone we are in this module
 $GLOBALS['module'] = 'mailid';