function custom_pagers_install in Custom Pagers 6
Same name and namespace in other branches
- 5 custom_pagers.install \custom_pagers_install()
 
Implementation of hook_install().
File
- ./
custom_pagers.install, line 11  - Custom pagers install file.
 
Code
function custom_pagers_install() {
  drupal_install_schema('custom_pagers');
}