function watchdog_form_overview_submit in Drupal 5
Same name and namespace in other branches
- 4 modules/watchdog.module \watchdog_form_overview_submit()
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'];
}