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