You are here

function vud_comment_install in Vote Up/Down 6.2

Same name and namespace in other branches
  1. 6.3 vud_comment/vud_comment.install \vud_comment_install()

Implementation of hook_install().

File

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

Code

function vud_comment_install() {
  drupal_install_schema('vud_comment');
}