function ad_update_6006 in Advertisement 6.2
Same name and namespace in other branches
- 6.3 ad.install \ad_update_6006()
Flush all caches
File
- ./
ad.install, line 462 - Advertisement module database schema.
Code
function ad_update_6006() {
drupal_flush_all_caches();
return array();
}