You are here

function timeago_uninstall in Timeago 6.2

Same name and namespace in other branches
  1. 7.2 timeago.install \timeago_uninstall()

Implements hook_uninstall().

File

./timeago.install, line 32
(Un)installs the Timeago module.

Code

function timeago_uninstall() {
  variable_del('timeago_node');
  variable_del('timeago_comment');
  variable_del('timeago_elem');
}