watchdog_form_overview_submit

5 watchdog.module watchdog_form_overview_submit($form_id, $form_values)

File

modules/watchdog.module, line 153
System monitoring and logging for administrators.

Code

function watchdog_form_overview_submit($form_id, $form) {
  global $form_values;
  $_SESSION['watchdog_overview_filter'] = $form_values['filter'];
}
Login or register to post comments