You are here

function styles_update_7209 in Styles 7.2

Ensure we catch included file Styles.inc.

File

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

Code

function styles_update_7209() {
  return array();
}