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