watchdog_form_overview_submit

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

File

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

Code

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