You are here

function better_statistics_form_system_performance_settings_alter in Better Statistics 7

Implements hook_form_FORM_ID_alter().

See also

_better_statistics_form_system_performance_settings_form_alter()

File

./better_statistics.module, line 266
Drupal hook implementations for the Better Statistics module.

Code

function better_statistics_form_system_performance_settings_alter(&$form, &$form_state, $form_id) {
  module_load_include('inc', 'better_statistics', 'better_statistics.admin');
  _better_statistics_form_system_performance_settings_alter($form, $form_state, $form_id);
}