function answers_update_7304 in Answers 7.3
Drupal Coding Standards.
Adds additional branding options.
File
- ./
answers.install, line 127
Code
function answers_update_7304() {
drupal_flush_all_caches();
return array();
}
Drupal Coding Standards.
Adds additional branding options.
function answers_update_7304() {
drupal_flush_all_caches();
return array();
}