X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Flibs%2Fother_functions.php;h=98d1858473556a13005a71347d42ab3f8aa9a50d;hb=ca11996eb52fa0a1ec45d6ab10f5331c4a54a116;hp=fa7d3a055841e090d22be2de7bbd0059f7482446;hpb=24dfd21baed6a9a112992bdabf7da96576012bc4;p=mailer.git diff --git a/inc/libs/other_functions.php b/inc/libs/other_functions.php index fa7d3a0558..98d1858473 100644 --- a/inc/libs/other_functions.php +++ b/inc/libs/other_functions.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 * @@ -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]