You are here

node_export_relation.install in Node export 6.3

Same filename and directory in other branches
  1. 7.3 modules/node_export_relation/node_export_relation.install

The Node export relation install file.

File

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

/**
 * @file
 * The Node export relation install file.
 */

/**
 * Implementation of hook_uninstall().
 */
function node_export_relation_uninstall() {

  // Node reference.
  variable_del('node_export_node_reference_auto_inc');
  variable_del('node_export_node_reference_skip');

  // Organic groups.
  variable_del('node_export_og_auto_inc');
  variable_del('node_export_og_skip');
}

Functions

Namesort descending Description
node_export_relation_uninstall Implementation of hook_uninstall().