function ad_report_update_6001 in Advertisement 7
Same name and namespace in other branches
- 6.3 report/ad_report.install \ad_report_update_6001()
- 6.2 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();
}