function sharedblocks_install in Shared Blocks 6
Implementation of hook_install().
File
- ./
sharedblocks.install, line 40
Code
function sharedblocks_install() {
// Create tables.
drupal_install_schema('sharedblocks');
}
Implementation of hook_install().
function sharedblocks_install() {
// Create tables.
drupal_install_schema('sharedblocks');
}