You are here

function piwik_reports_reports_submit in Piwik Reports 7.2

Same name and namespace in other branches
  1. 7.4 piwik_reports.pages.inc \piwik_reports_reports_submit()
  2. 7.3 piwik_reports.pages.inc \piwik_reports_reports_submit()

Reports form submit function

File

./piwik_reports.pages.inc, line 260
Reports callback for Piwik Reports

Code

function piwik_reports_reports_submit($form, &$form_state) {
  $_SESSION['piwik_reports_period'] = $form_state['values']['period'];
}