You are here

content_language_access.install in Content Language Access 6

Same filename and directory in other branches
  1. 7 content_language_access.install

This files provides install/uninstall for this module

File

content_language_access.install
View source
<?php

/**
 * @file
 * This files provides install/uninstall for this module
 */

/**
 * Implements hook_uninstall().
 */
function content_language_access_uninstall() {
  variable_del('content_language_access');
}

Functions