mailer project continued:
[mailer.git] / inc / libs / other_functions.php
index 2d49e5802d7817f76d87a4db0ee7a267a60fea5c..98d1858473556a13005a71347d42ab3f8aa9a50d 100644 (file)
@@ -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 *
@@ -57,7 +57,7 @@ function displayDebugSqls () {
        } // END - foreach
 
        // Load main template
-       $GLOBALS['page_footer'] .= loadTemplate('admin_other_sqls', true, $OUT);
+       $GLOBALS['__page_footer'] .= loadTemplate('admin_other_sqls', true, $OUT);
 }
 
 // [EOF]