You are here

function ad_update_5111 in Advertisement 5.2

Same name and namespace in other branches
  1. 5 ad.install \ad_update_5111()

Update the cached menu to incorporate new ad type settings.

File

./ad.install, line 411

Code

function ad_update_5111() {
  $ret = array();
  cache_clear_all('*', 'cache_menu', TRUE);
  return $ret;
}