You are here

function relation_add_uninstall in Relation add 7

Implements hook_uninstall().

File

./relation_add.install, line 26
Relation Add install file.

Code

function relation_add_uninstall() {
  variable_del('relation_add_iso_language_codes');
}