You are here

function asin_update_7101 in Amazon Product Advertisement API 7

Same name and namespace in other branches
  1. 7.2 asin/asin.install \asin_update_7101()

Rebuild menu because asin autocomplete callback path has changed.

File

asin/asin.install, line 129
Install, update and uninstall functions for the asin module.

Code

function asin_update_7101() {
  menu_rebuild();
}