You are here

function drush_forena_deliver_reports in Forena Reports 7.3

Same name and namespace in other branches
  1. 8 forena.drush.inc \drush_forena_deliver_reports()
  2. 7.5 forena.drush.inc \drush_forena_deliver_reports()
  3. 7.4 forena.drush.inc \drush_forena_deliver_reports()

Execute copy of the reports from drush.

File

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

Code

function drush_forena_deliver_reports() {
  require_once 'forena.common.inc';
  require_once 'forena.admin.inc';
  forena_sync_reports(TRUE);
}