function styles_update_7001 in Styles 7
Rebuild theme for template_preprocess_styles.
File
- ./
styles.install, line 104 - Install, update and uninstall functions for the Styles module.
Code
function styles_update_7001() {
drupal_theme_rebuild();
return array();
}