geo/modules/geo_field/geo_field.install, line 5
- Versions
- 6
geo_field_install()
Implementation of hook_install().
Code
<?php
function geo_field_install() {
content_notify('install', 'geo');
}
?> geo/modules/geo_field/geo_field.install, line 5
geo_field_install()Implementation of hook_install().
<?php
function geo_field_install() {
content_notify('install', 'geo');
}
?>