You are here

function echo_uninstall in Echo 7

Implements hook_uninstall.

File

./echo.install, line 58
Installation for Echo module.

Code

function echo_uninstall() {
  variable_del('echo_key');
}