You are here

function notifications_custom_install in Notifications 6

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

Implementation of hook_install().

File

notifications_custom/notifications_custom.install, line 6

Code

function notifications_custom_install() {

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