You are here

function juicebox_update_7200 in Juicebox HTML5 Responsive Image Galleries 7.2

Update registry and cache details to accomodate new OOP codebase.

File

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

Code

function juicebox_update_7200() {

  // Empty update to force a rebuild of the cache/registry. We have changed
  // many structures which require clean caches.
}