function shurly_service_install in ShURLy 6
Implement hook_install().
File
- shurly_service/
shurly_service.install, line 33
Code
function shurly_service_install() {
drupal_install_schema('shurly_service');
}
Implement hook_install().
function shurly_service_install() {
drupal_install_schema('shurly_service');
}