function sbp_paths_install in Search by Page 6
Implementation of hook_install().
File
- ./
sbp_paths.install, line 137 - Install hooks for sbp_paths module
Code
function sbp_paths_install() {
drupal_install_schema('sbp_paths');
}
Implementation of hook_install().
function sbp_paths_install() {
drupal_install_schema('sbp_paths');
}