function google_image_sitemap_install in Google Image Sitemap 6
Implements hook_install().
File
- ./
google_image_sitemap.install, line 67 - Install, update and uninstall functions for the google_image_sitemap module
Code
function google_image_sitemap_install() {
drupal_install_schema('google_image_sitemap');
}