function node_gallery_update_6100 in Node Gallery 6.2
Same name and namespace in other branches
- 6.3 node_gallery.install \node_gallery_update_6100()
- 6 node_gallery.install \node_gallery_update_6100()
Implementation of hook_update_N() Directly installing the default imagecache presets
File
- ./
node_gallery.install, line 285 - Node gallery install file.
Code
function node_gallery_update_6100() {
$ret = array();
_node_gallery_install_imagecache_presets();
_node_gallery_set_imagecache_permissions();
return $ret;
}