function finder_uninstall in Finder 6
Same name and namespace in other branches
- 7 finder.install \finder_uninstall()
Implementation of hook_uninstall().
See also
File
- ./
finder.install, line 175 - Finder module install file.
Code
function finder_uninstall() {
drupal_uninstall_schema('finder');
}