You are here

function notify_install in Notify 6

Same name and namespace in other branches
  1. 5.2 notify.install \notify_install()
  2. 5 notify.install \notify_install()

File

./notify.install, line 24
Install, update and uninstall functions for the notify module.

Code

function notify_install() {

  // Create my tables.
  drupal_install_schema('notify');
}