You are here

function ad_update_6002 in Advertisement 6.2

Same name and namespace in other branches
  1. 6.3 ad.install \ad_update_6002()
  2. 6 ad.install \ad_update_6002()

Rebuild menu for anyone using the ad_embed module.

File

./ad.install, line 407
Advertisement module database schema.

Code

function ad_update_6002() {
  menu_rebuild();
  return array();
}