? LICENSE.txt
? drushrc.php
? includes/table.inc
Index: commands/core/drupal/environment_7.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/drush/commands/core/drupal/environment_7.inc,v
retrieving revision 1.12
diff -u -p -r1.12 environment_7.inc
--- commands/core/drupal/environment_7.inc	17 Mar 2010 20:33:25 -0000	1.12
+++ commands/core/drupal/environment_7.inc	14 Oct 2010 20:29:10 -0000
@@ -119,6 +119,10 @@ function drush_system_modules_form_submi
   module_load_include('inc', 'system', 'system.admin');
   $form_state = array('values' => array('status' => $active_modules));
   drupal_form_submit('system_modules', $form_state);
+  // Because normally system_modules_submit would call this function if modules
+  // had been changed, in this case we are submitting the module form without
+  // any changes, so we need to clear caches manually.
+  drupal_flush_all_caches();
 }
 
 /**
