You are here

function echo_install in Echo 7

Implements hook_install.

File

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

Code

function echo_install() {
  $key = sha1(time());
  variable_set('echo_key', $key);
}