You are here

function juicebox_update_7101 in Juicebox HTML5 Responsive Image Galleries 7.2

Same name and namespace in other branches
  1. 7 juicebox.install \juicebox_update_7101()

Update registry and cache details to accomodate new theme variables.

File

./juicebox.install, line 93
Install, update and uninstall functions for the Juicebox module.

Code

function juicebox_update_7101() {

  // Empty update to force a rebuild of the cache/registry. We have changed
  // some theme variable names ("jlib_options" and "settings").
}