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