l10n_client.install in Localization client 6
Same filename and directory in other branches
Install, update and uninstall functions for the l10n_client module.
File
l10n_client.installView source
<?php
/**
* @file
* Install, update and uninstall functions for the l10n_client module.
*/
/**
* Implements hook_uninstall().
*/
function l10n_client_uninstall() {
// Remove variables.
db_query("DELETE FROM {variable} WHERE name LIKE 'l10n_client_%%'");
}
Functions
Name | Description |
---|---|
l10n_client_uninstall | Implements hook_uninstall(). |