]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/chk_login.php
A lot has been rewritten, ext-teams added, ext-forced continued:
[mailer.git] / inc / modules / chk_login.php
index ad4bc4c97d0c055e5bb8142901e289cb0a9d1576..7602a888950463f308091ea444b4ffa3d861a0dd 100644 (file)
  * $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 - 2011 by Mailer Developer Team                   *
  * For more information visit: http://www.mxchange.org                  *
  *                                                                      *
  * This program is free software; you can redistribute it and/or modify *
@@ -57,7 +56,7 @@ if (isMember()) {
 }
 
 // Output final message
-loadTemplate('admin_settings_saved', false, $GLOBALS['message']);
+displayMessage($GLOBALS['message']);
 
 // [EOF]
 ?>