You are here

function quote_install in Quote 7

Same name and namespace in other branches
  1. 5 quote.install \quote_install()
  2. 6.2 quote.install \quote_install()
  3. 6 quote.install \quote_install()

Implements hook_install().

File

./quote.install, line 11
The installation script for the quote module

Code

function quote_install() {
  $t = get_t();
  drupal_set_message($t('The Quote module has been installed successfully.'));
}