]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-maintenance.php
Filters for configurable userid exclusion added:
[mailer.git] / inc / modules / admin / what-maintenance.php
index 29fb38b59ce662d038e2c240099b6fcf3c301f68..83de3c02422873ac34c0de6948758dfcf6caa213 100644 (file)
@@ -16,7 +16,7 @@
  * $Author::                                                          $ *
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
- * Copyright (c) 2009 - 2011 by Mailer Developer Team                   *
+ * Copyright (c) 2009 - 2012 by Mailer Developer Team                   *
  * For more information visit: http://mxchange.org                      *
  *                                                                      *
  * This program is free software; you can redistribute it and/or modify *
@@ -74,7 +74,7 @@ if (isFormSent()) {
        } // END - switch
 
        // Display form
-       loadTemplate('admin_maintenance_form', false, $message);
+       loadTemplate('admin_maintenance_form', FALSE, $message);
 }
 
 // [EOF]