function pay_node_uninstall in Pay 6
Implementation of hook_uninstall().
File
- modules/
pay_node/ pay_node.install, line 41  - Install, update and uninstall functions for the Pay Node module.
 
Code
function pay_node_uninstall() {
  drupal_uninstall_schema('pay_node');
}