function disable_messages_update_6101 in Disable Messages 6
Implementation of hook_update().
File
- ./
disable_messages.install, line 62
Code
function disable_messages_update_6101() {
// Do nothing other than force update of theme registry.
return array();
}