You are here

function amazon_update_7105 in Amazon Product Advertisement API 7.2

Same name and namespace in other branches
  1. 7 amazon.install \amazon_update_7105()

Rebuild the theme registry.

File

./amazon.install, line 204
Install, update and uninstall functions for the amazon module.

Code

function amazon_update_7105() {
  drupal_theme_rebuild();
}