function watchdog_form_overview_submit in Drupal 4
Same name and namespace in other branches
- 5 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'];
}