function data_install in Data 6
Same name and namespace in other branches
- 7 data.install \data_install()
Implementation of hook_install().
File
- ./
data.install, line 60 - Install hooks for Data module.
Code
function data_install() {
// Create tables.
drupal_install_schema('data');
}