function juicebox_update_7100 in Juicebox HTML5 Responsive Image Galleries 7
Same name and namespace in other branches
- 7.2 juicebox.install \juicebox_update_7100()
Update registry and cache details to ensure that Juicebox galleries made with beta versions of the module are compatible with post-beta versions.
File
- ./
juicebox.install, line 51 - Install, update and uninstall functions for the Juicebox module.
Code
function juicebox_update_7100() {
// Empty update to force a rebuild of the cache/registry. We have added a new
// theme variable for 'juicebox_embed_markup' ('gallery_id') and have
// re-structured the "schema" for configuration variables. For the schema
// change, clearing the cache will enforce correct default values but we also
// have added some "real-time" handling for manually configured values in
// _juicebox_init_display_settings().
}