]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/admin-inc.php
Updated copyright notice as there are changes in this year
[mailer.git] / inc / modules / admin / admin-inc.php
index 209319c84d6680abe0ac4131c4fb47004398cb95..93ee404289790400196545df1f22176190c22bec 100644 (file)
@@ -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 .= '</a>';
                }
 
-               // 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