You are here

function pay_node_install in Pay 6

Implementation of hook_install().

File

modules/pay_node/pay_node.install, line 34
Install, update and uninstall functions for the Pay Node module.

Code

function pay_node_install() {
  drupal_install_schema('pay_node');
}