You are here

function ad_notify_install in Advertisement 6

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

ad_notify module installation.

File

notify/ad_notify.install, line 120
Ad_notify module database schema.

Code

function ad_notify_install() {
  drupal_install_schema('ad_notify');
}