X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fchk_login.php;h=26fb072a5bf81d5cc494ce51aa2d48467c8c466f;hb=ccd86939ba30aba70497c73264333f2fe4d786e8;hp=1e75e260326cb273029a3dca6bff3bd87de4ae50;hpb=cb20090aa0558f1b74f0e9f925f29819e8bb3a45;p=mailer.git diff --git a/inc/modules/chk_login.php b/inc/modules/chk_login.php index 1e75e26032..26fb072a5b 100644 --- a/inc/modules/chk_login.php +++ b/inc/modules/chk_login.php @@ -14,12 +14,10 @@ * $Date:: $ * * $Tag:: 0.2.1-FINAL $ * * $Author:: $ * - * Needs to be in all Files and every File needs "svn propset * - * svn:keywords Date Revision" (autoprobset!) at least!!!!!! * * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * - * Copyright (c) 2009, 2010 by Mailer Developer Team * - * For more information visit: http://www.mxchange.org * + * Copyright (c) 2009 - 2011 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 * @@ -58,7 +56,7 @@ if (isMember()) { } // Output final message -loadTemplate('admin_settings_saved', false, $GLOBALS['message']); +displayMessage($GLOBALS['message']); // [EOF] ?>