function ad_update_6002 in Advertisement 6
Same name and namespace in other branches
- 6.3 ad.install \ad_update_6002()
- 6.2 ad.install \ad_update_6002()
Rebuild menu for anyone using the ad_embed module.
File
- ./
ad.install, line 433 - Advertisement module database schema.
Code
function ad_update_6002() {
menu_rebuild();
return array();
}