You are here

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;
}