function statspro_overview_settings_form in Statistics Pro 6.2
1 string reference to 'statspro_overview_settings_form'
- statspro_overview in ./
statspro_overview.inc - Callback function for overview page.
File
- ./
statspro_overview.inc, line 64
Code
function statspro_overview_settings_form(&$form_state, $period = '', $number_of_days = NULL) {
set_default_session_values('_overview', $period, $number_of_days);
$form = statspro_settings_form($_SESSION['statspro_period_overview'], $_SESSION['statspro_custom_number_days_overview']);
statspro_include_link_to_advanced_help_pages($form);
return $form;
}