function plus1_install in Plus 1 6
Same name and namespace in other branches
- 6.2 plus1.install \plus1_install()
Implementation of hook_install().
File
- ./
plus1.install, line 5
Code
function plus1_install() {
// Create tables.
drupal_install_schema('plus1');
}