function finder_install in Finder 6
Implementation of hook_install().
See also
File
- ./
finder.install, line 166 - Finder module install file.
Code
function finder_install() {
drupal_install_schema('finder');
}
Implementation of hook_install().
function finder_install() {
drupal_install_schema('finder');
}