You are here

function finder_uninstall in Finder 6

Same name and namespace in other branches
  1. 7 finder.install \finder_uninstall()

Implementation of hook_uninstall().

See also

hook_uninstall()

File

./finder.install, line 175
Finder module install file.

Code

function finder_uninstall() {
  drupal_uninstall_schema('finder');
}