You are here

nodewords_custom.install in Nodewords: D6 Meta Tags 6.3

Installation file for Nodewords - custom meta tags.

File

nodewords_custom/nodewords_custom.install
View source
<?php

/**
 * @file
 * Installation file for Nodewords - custom meta tags.
 */

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

/**
 * Next update ID: 6101.
 */

Functions

Namesort descending Description
nodewords_custom_install Implements hook_install().