]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/chk_login.php
Some minor cleanups
[mailer.git] / inc / modules / chk_login.php
index 10674aa667f80e24f850ba6ac4bfd641639e5287..26fb072a5bf81d5cc494ce51aa2d48467c8c466f 100644 (file)
@@ -17,7 +17,7 @@
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
  * Copyright (c) 2009 - 2011 by Mailer Developer Team                   *
- * For more information visit: http://www.mxchange.org                  *
+ * 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 *
@@ -56,7 +56,7 @@ if (isMember()) {
 }
 
 // Output final message
-loadTemplate('admin_settings_saved', false, $GLOBALS['message']);
+displayMessage($GLOBALS['message']);
 
 // [EOF]
 ?>