You are here

function readability_install in Readability Analyzer 6

Implementation of hook_install().

File

./readability.install, line 6

Code

function readability_install() {
  drupal_set_message(t('Readability has been installed.'));
}