]> git.mxchange.org Git - mailer.git/blobdiff - view.php
Don't use convertZeroToNull() here as it makes no sense
[mailer.git] / view.php
index 9ecb261c3d7d1d7ebcb916b75bc4b9017d86ccc2..2e9c3e813e9dfb2c7bd7a95def3ae5ae3cbd0903 100644 (file)
--- a/view.php
+++ b/view.php
@@ -16,7 +16,7 @@
  * $Author::                                                          $ *
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
- * Copyright (c) 2009 - 2011 by Mailer Developer Team                   *
+ * Copyright (c) 2009 - 2012 by Mailer Developer Team                   *
  * For more information visit: http://mxchange.org                      *
  *                                                                      *
  * This program is free software; you can redistribute it and/or modify *
 // Load security stuff here
 require('inc/libs/security_functions.php');
 
+// Init start time
+$GLOBALS['__start_time'] = microtime(true);
+
 // Set module
-$GLOBALS['module'] = 'view';
-$GLOBALS['output_mode'] = -1;
+$GLOBALS['__module']      = 'view';
+$GLOBALS['__output_mode'] = -1;
 
 // Load the required file(s)
 require('inc/config-global.php');
@@ -77,7 +80,7 @@ if ((isGetRequestElementSet('user')) && (isGetRequestElementSet('banner'))) {
 }
 
 // Shutdown
-shutdown();
+doShutdown();
 
 // [EOF]
 ?>