You are here

function express_dashboards_enable in Express 7.2

Imlements hook_enable().

Clear dashboard cache when new modules are enabled.

File

modules/custom/express_dashboards/express_dashboards.module, line 167

Code

function express_dashboards_enable() {
  cache_clear_all('express_dashboards', 'cache', TRUE);
}