function gravatar_install in Gravatar integration 6
Implementation of hook_install().
File
- ./
gravatar.install, line 21 - Install and uninstall schema and functions for the gravatar module.
Code
function gravatar_install() {
drupal_install_schema('gravatar');
}