You are here

function notifications_custom_install in Notifications 6.4

Same name and namespace in other branches
  1. 6 notifications_custom/notifications_custom.install \notifications_custom_install()

Implementation of hook_install().

File

notifications_custom/notifications_custom.install, line 11
Install, update and uninstall functions for the notifications_custom module.

Code

function notifications_custom_install() {

  // Create tables.
  drupal_install_schema('notifications_custom');
}