? commands/core/theme.drush.inc ? includes/table.inc Index: commands/core/drupal/environment.inc =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/drush/commands/core/drupal/environment.inc,v retrieving revision 1.3 diff -r1.3 environment.inc 29,30c29,30 < return _system_theme_data(); < } \ No newline at end of file --- > return list_themes(true); > } 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.3 diff -r1.3 environment_7.inc 40c40 < return _system_get_theme_data(); --- > return list_themes(true);