You are here

function node_gallery_uninstall in Node Gallery 6

Same name and namespace in other branches
  1. 6.3 node_gallery.install \node_gallery_uninstall()
  2. 6.2 node_gallery.install \node_gallery_uninstall()
  3. 7 node_gallery.install \node_gallery_uninstall()

Implementation of hook_uninstall()

File

./node_gallery.install, line 106
Node gallery install file.

Code

function node_gallery_uninstall() {
  $ret = drupal_uninstall_schema('node_gallery');
}