You are here

function mailhandler_default_enable in Mailhandler 6.2

Implementation of hook_enable().

File

modules/mailhandler_default/mailhandler_default.install, line 10
Install, update and uninstall functions for Mailhandler Quick-start.

Code

function mailhandler_default_enable() {
  cache_clear_all('*', 'cache', TRUE);
}