You are here

function readability_uninstall in Readability Analyzer 6

Implementation of hook_uninstall().

File

./readability.install, line 13

Code

function readability_uninstall() {
  drupal_set_message(t('Readability has been uninstalled.'));
}