You are here

function drush_forena_clear_cache in Forena Reports 7.3

Execute a clear forena's cache from drush

File

./forena.drush.inc, line 26
forena.drush.inc Implementation of drush command hook.

Code

function drush_forena_clear_cache() {
  require_once 'forena.common.inc';
  require_once 'forena.admin.inc';
  forena_sync_reports(FALSE);
}