function ad_update_6003 in Advertisement 6.3
Same name and namespace in other branches
- 6 ad.install \ad_update_6003()
- 6.2 ad.install \ad_update_6003()
Flush all caches for new themeable ad display functions.
File
- ./
ad.install, line 415 - Advertisement module database schema.
Code
function ad_update_6003() {
drupal_flush_all_caches();
return array();
}