]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-maintenance.php
Updated copyright year.
[mailer.git] / inc / modules / admin / what-maintenance.php
index a5aba07894765e050e1e5c219d283980e7bff840..d8d08f7f379f6d6b3059e4d1dd0878a87ce9fd95 100644 (file)
@@ -16,8 +16,8 @@
  * $Author::                                                          $ *
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
- * Copyright (c) 2009 - 2011 by Mailer Developer Team                   *
- * For more information visit: http://www.mxchange.org                  *
+ * Copyright (c) 2009 - 2016 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 *
@@ -74,7 +74,7 @@ if (isFormSent()) {
        } // END - switch
 
        // Display form
-       loadTemplate('admin_maintenance_form', false, $message);
+       loadTemplate('admin_maintenance_form', FALSE, $message);
 }
 
 // [EOF]