You are here

function ad_report_update_6001 in Advertisement 6.2

Same name and namespace in other branches
  1. 6.3 report/ad_report.install \ad_report_update_6001()
  2. 7 report/ad_report.install \ad_report_update_6001()

Rebuild the menu to support new paths.

File

report/ad_report.install, line 14
Ad Report database functions.

Code

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