function ad_update_5111 in Advertisement 5
Same name and namespace in other branches
- 5.2 ad.install \ad_update_5111()
Update the cached menu to incorporate new ad type settings.
File
- ./
ad.install, line 483
Code
function ad_update_5111() {
$ret = array();
cache_clear_all('*', 'cache_menu', TRUE);
return $ret;
}