You are here

function rotor_install in Rotor Banner 6

Same name and namespace in other branches
  1. 5.7 rotor.install \rotor_install()
  2. 5 rotor.install \rotor_install()
  3. 6.2 rotor.install \rotor_install()
  4. 7 rotor.install \rotor_install()

Implementation of hook_install().

File

./rotor.install, line 13
Provides install and uninstall functions for rotor.

Code

function rotor_install() {
  drupal_install_schema('rotor');
  drupal_set_message(t('Rotor Banner installed'));
}