### Eclipse Workspace Patch 1.0
#P drupal org modules
Index: system/system.admin.inc
===================================================================
RCS file: /cvs/drupal/drupal/modules/system/system.admin.inc,v
retrieving revision 1.328
diff -u -r1.328 system.admin.inc
--- system/system.admin.inc	13 Jan 2011 01:08:28 -0000	1.328
+++ system/system.admin.inc	4 Feb 2011 14:45:15 -0000
@@ -2172,6 +2172,13 @@
 }
 
 /**
+ * Flush all caches when changing maintenance mode
+ */
+function system_site_maintenance_mode_submit() {
+	drupal_flush_all_caches();
+}
+
+/**
  * Form builder; Configure clean URL settings.
  *
  * @ingroup forms

