You are here

node_export_file.install in Node export 6.2

Same filename and directory in other branches
  1. 6.3 modules/node_export_file/node_export_file.install

The Node Export File install file.

File

modules/node_export_file/node_export_file.install
View source
<?php

/**
 * @file
 * The Node Export File install file.
 */

/**
 * Implementation of hook_install().
 */
function node_export_file_install() {

  // Weight the module light to ensure it runs before all CCK modules
  db_query("UPDATE {system} SET weight = -10 WHERE name = 'node_export_file'");
}

Functions

Namesort descending Description
node_export_file_install Implementation of hook_install().