function node_gallery_uninstall in Node Gallery 6
Same name and namespace in other branches
- 6.3 node_gallery.install \node_gallery_uninstall()
- 6.2 node_gallery.install \node_gallery_uninstall()
- 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');
}