X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fadmin-inc.php;h=93ee404289790400196545df1f22176190c22bec;hp=209319c84d6680abe0ac4131c4fb47004398cb95;hb=cd7d344ea7007cfa20413acd3e03e50f0ab86d86;hpb=77669502ccc2779d32a842f6d523fb68169fadda diff --git a/inc/modules/admin/admin-inc.php b/inc/modules/admin/admin-inc.php index 209319c84d..93ee404289 100644 --- a/inc/modules/admin/admin-inc.php +++ b/inc/modules/admin/admin-inc.php @@ -16,7 +16,7 @@ * $Author:: $ * * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * - * Copyright (c) 2009 - 2012 by Mailer Developer Team * + * Copyright (c) 2009 - 2013 by Mailer Developer Team * * For more information visit: http://mxchange.org * * * * This program is free software; you can redistribute it and/or modify * @@ -1448,7 +1448,7 @@ function addEmailNavigation ($numPages, $offset, $show_form, $colspan, $return=f $NAV .= ''; } - // Add separator if we have not yet reached total pages + // Add separator if total pages has not been reached if ($page < $numPages) { // Add it $NAV .= '|'; @@ -1722,10 +1722,10 @@ function registerFirstAdmin () { } // END - if // Output error messages - $content['login_message'] = loadTemplate('admin_login_msg', TRUE, $loginMessage); + $content['login_message'] = loadTemplate('admin_login_msg', TRUE, $loginMessage); $content['password1_message'] = loadTemplate('admin_login_msg', TRUE, $password1Message); $content['password2_message'] = loadTemplate('admin_login_msg', TRUE, $password2Message); - $content['error_message'] = loadTemplate('admin_login_msg', TRUE, $errorMessage); + $content['error_message'] = loadTemplate('admin_login_msg', TRUE, $errorMessage); } // END - if // Output message in seperate template