You are here

function seotools_update_7001 in Drupal SEO Tools 7

Update existing SEO Tools with default Insight settings.

1 call to seotools_update_7001()
seotools_install in ./seotools.install
Implements hook_install().

File

./seotools.install, line 71

Code

function seotools_update_7001() {
  $defaults = array(
    'seo' => 'seo',
    'insight_content' => 0,
  );
  variable_set('insight_contentanalysis_autorun_analyzers', $defaults);
}