]> git.mxchange.org Git - mailer.git/blobdiff - img.php
Fix for 'array_push() expects parameter 1 to be array, null given,errfile=extensions...
[mailer.git] / img.php
diff --git a/img.php b/img.php
index 92f464d0e725133220505c2d988b25663c6295f1..6cb9043b6691ec5681ff4e7d0b8f73657681dc4c 100644 (file)
--- a/img.php
+++ b/img.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 *
 require('inc/libs/security_functions.php');
 
 // Init start time
-$GLOBALS['startTime'] = microtime(true);
+$GLOBALS['__start_time'] = microtime(true);
 
-// Set module
-$GLOBALS['module'] = 'img';
-$GLOBALS['output_mode'] = -1;
+// Set module and output mode
+$GLOBALS['__module']      = 'img';
+$GLOBALS['__output_mode'] = -3;
 
 // Load the required file(s)
 require('inc/config-global.php');