You are here

function vud_node_install in Vote Up/Down 6.2

Same name and namespace in other branches
  1. 6.3 vud_node/vud_node.install \vud_node_install()

Implementation of hook_install().

File

vud_node/vud_node.install, line 11
Install, update and uninstall functions for the Vote Up/Down Node module.

Code

function vud_node_install() {
  drupal_install_schema('vud_node');
}