content_language_access.install in Content Language Access 6
Same filename and directory in other branches
This files provides install/uninstall for this module
File
content_language_access.installView 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
Name | Description |
---|---|
content_language_access_uninstall | Implements hook_uninstall(). |