You are here

function seotools_install in Drupal SEO Tools 7

Same name and namespace in other branches
  1. 6 seotools.install \seotools_install()

Implements hook_install().

File

./seotools.install, line 6

Code

function seotools_install() {

  //drupal_install_schema('seotools');

  // Set default values for Insight Content Analysis.
  seotools_update_7001();
}