You are here

function styles_update_7201 in Styles 7.2

Clear old cache table of any styles data.

File

./styles.install, line 156
Install, update and uninstall functions for the Styles module.

Code

function styles_update_7201() {
  cache_clear_all('styles_', 'cache', TRUE);
  return array();
}