function geocoder_update_7101 in Geocoder 7
Create geocoder's caching table.
File
- ./
geocoder.install, line 30 - Install, update and uninstall functions for the Geocoder module.
Code
function geocoder_update_7101() {
drupal_install_schema('geocoder');
}