Same name and namespace in other branches
  1. 5.x modules/watchdog/watchdog.module \watchdog_form_overview_submit()

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'];
}