You are here

function amazon_update_7105 in Amazon Product Advertisement API 7

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

Rebuild the theme registry.

File

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

Code

function amazon_update_7105() {
  drupal_theme_rebuild();
}