You are here

function nodewords_extra_install in Nodewords: D6 Meta Tags 6.2

Same name and namespace in other branches
  1. 6 nodewords_extra/nodewords_extra.install \nodewords_extra_install()

Implements hook_install().

File

nodewords_extra/nodewords_extra.install, line 11
Install, update and uninstall functions for the Extra meta tags module.

Code

function nodewords_extra_install() {
  db_query("UPDATE {system} SET weight = 14 WHERE name = 'nodewords_extra' AND type = 'module'");
}