]> git.mxchange.org Git - mailer.git/blobdiff - view.php
Don't use convertZeroToNull() here as it makes no sense
[mailer.git] / view.php
index fd663ba02cf0e730997ab162c60feb7aa9265de5..2e9c3e813e9dfb2c7bd7a95def3ae5ae3cbd0903 100644 (file)
--- a/view.php
+++ b/view.php
@@ -16,8 +16,8 @@
  * $Author::                                                          $ *
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
- * Copyright (c) 2009 - 2011 by Mailer Developer Team                   *
- * For more information visit: http://www.mxchange.org                  *
+ * 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 *
  * it under the terms of the GNU General Public License as published by *
 // 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]
 ?>