function brilliant_gallery_update_6000 in Brilliant Gallery 6
Implementation(s) of hook_update_N().
File
- ./
brilliant_gallery.install, line 116
Code
function brilliant_gallery_update_6000() {
$ret = array();
return $ret;
}
Implementation(s) of hook_update_N().
function brilliant_gallery_update_6000() {
$ret = array();
return $ret;
}