function ad_update_6005 in Advertisement 6.2
Same name and namespace in other branches
- 6.3 ad.install \ad_update_6005()
Flush all caches for AHAH ad type switcher to work.
File
- ./
ad.install, line 454 - Advertisement module database schema.
Code
function ad_update_6005() {
drupal_flush_all_caches();
return array();
}