You are here

function vote_up_down_install in Vote Up/Down 6

Implementation of hook_install().

File

./vote_up_down.install, line 11
The .install file, that contains the schema for the vote_up_down.module

Code

function vote_up_down_install() {
  drupal_install_schema('vote_up_down');
}