function juicebox_update_7101 in Juicebox HTML5 Responsive Image Galleries 7
Same name and namespace in other branches
- 7.2 juicebox.install \juicebox_update_7101()
Update registry and cache details to accomodate new theme variables.
File
- ./
juicebox.install, line 64 - 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").
}