You are here

function browscap_install in Browscap 8.3

Same name and namespace in other branches
  1. 8 browscap.install \browscap_install()
  2. 5 browscap.install \browscap_install()
  3. 6.2 browscap.install \browscap_install()
  4. 6 browscap.install \browscap_install()
  5. 7 browscap.install \browscap_install()

Implements hook_install().

File

./browscap.install, line 35
Install, update and uninstall functions for the Browscap module.

Code

function browscap_install() {

  // Tell the user to run the import.
  drupal_set_message(t("You are required to run Browscap's import before utilizing the service."));
}