You are here

function answers_update_7300 in Answers 7.3

Reset the theme cache so that answers theming is enabled.

File

./answers.install, line 115

Code

function answers_update_7300() {
  watchdog('answers', 'Enable answers theming');
  drupal_theme_rebuild();
  return t('Enable answers theming.');
}