Removed comment introduced by Profi-Concept, this comment should fine (in a much...
[mailer.git] / inc / modules / admin / what-maintenance.php
index d1abaa24d8b3528a6a3d9a937df33e0ef884ccd2..491e6107896e04d3c012439d386c054142e1ba07 100644 (file)
@@ -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);