function plus1_install in Plus 1 6.2
Same name and namespace in other branches
- 6 plus1.install \plus1_install()
Implements hook_install().
File
- ./
plus1.install, line 11 - A simple +1 voting widget module.
Code
function plus1_install() {
// Create tables.
drupal_install_schema('plus1');
}