function gravatar_update_5000 in Gravatar integration 5
Update the gravatar_url variable.
File
- ./
gravatar.install, line 79 - Install and uninstall schema and functions for the gravatar module.
Code
function gravatar_update_5000() {
variable_set('gravatar_url', 'http://www.gravatar.com/avatar/');
}