X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=inc%2Flibs%2Fuberwach_functions.php;h=d2dc9a9971db29a26470dc2a54a416b991dc664c;hb=49acdb7a7adbcf25a8e8683b5581bfcec72b23bd;hp=11272674e5c973697e9ee011f48e32866466bafe;hpb=20741b93fd58620af677a7f1039ffd16ea6ec689;p=mailer.git diff --git a/inc/libs/uberwach_functions.php b/inc/libs/uberwach_functions.php index 11272674e5..d2dc9a9971 100644 --- a/inc/libs/uberwach_functions.php +++ b/inc/libs/uberwach_functions.php @@ -16,7 +16,7 @@ * $Author:: $ * * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * - * Copyright (c) 2009 - 2011 by Mailer Developer Team * + * Copyright (c) 2009 - 2015 by Mailer Developer Team * * For more information visit: http://mxchange.org * * * * This program is free software; you can redistribute it and/or modify * @@ -43,7 +43,7 @@ if (!defined('__SECURITY')) { // Loads the snippet for the uberwach action function loadUberwachSnippet () { // Simply load the template here - $GLOBALS['page_footer'] .= loadTemplate('uberwach_snippet', true); + $GLOBALS['__page_footer'] .= loadTemplate('uberwach_snippet', TRUE); } // [EOF]