You are here

function answers_update_6201 in Answers 6.2

File

./answers.install, line 119

Code

function answers_update_6201() {
  watchdog('answers', 'Enable answers theming');
  drupal_rebuild_theme_registry();
  return array();
}