X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-maintenance.php;h=491e6107896e04d3c012439d386c054142e1ba07;hp=d1abaa24d8b3528a6a3d9a937df33e0ef884ccd2;hb=c8d76610eb94093d4eed4fcd8a6cb72e74c8f6d8;hpb=861094d1642885638794be43308ee3163fcd3a24 diff --git a/inc/modules/admin/what-maintenance.php b/inc/modules/admin/what-maintenance.php index d1abaa24d8..491e610789 100644 --- a/inc/modules/admin/what-maintenance.php +++ b/inc/modules/admin/what-maintenance.php @@ -14,8 +14,6 @@ * $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, 2010 by Mailer Developer Team * @@ -57,7 +55,7 @@ if (isFormSent()) { $target_mode = 'Y'; $message = '{--ADMIN_MAINTENANCE_ACTIVATED--}'; break; - } + } // END - switch // Update config updateConfiguration('maintenance', $target_mode); @@ -73,7 +71,7 @@ if (isFormSent()) { case 'N': // Maintenance mode is inactive $message = '{--ADMIN_MAINTENANCE_MODE_IS_INACTIVE--}'; break; - } + } // END - switch // Display form loadTemplate('admin_maintenance_form', false, $message);