You are here

function nodewords_custom_install in Nodewords: D6 Meta Tags 6.3

Implements hook_install().

File

nodewords_custom/nodewords_custom.install, line 11
Installation file for Nodewords - custom meta tags.

Code

function nodewords_custom_install() {
  db_query("UPDATE {system} SET weight = 18 WHERE name = 'nodewords_custom' AND type = 'module'");
}