function ad_notify_install in Advertisement 6
Same name and namespace in other branches
- 5.2 notify/ad_notify.install \ad_notify_install()
- 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');
}