function seotools_install in Drupal SEO Tools 6
Same name and namespace in other branches
- 7 seotools.install \seotools_install()
Implementation of hook_install().
File
- ./
seotools.install, line 7
Code
function seotools_install() {
drupal_install_schema('seotools');
}