You are here

function styles_update_7208 in Styles 7.2

Clear style and preset caches.

File

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

Code

function styles_update_7208() {
  return array();
}