watchdog_form_overview_submit

Definition

watchdog_form_overview_submit($form_id, $form)
modules/watchdog.module, line 153

Code

<?php
function watchdog_form_overview_submit($form_id, $form) {
  global $form_values;
  $_SESSION['watchdog_overview_filter'] = $form_values['filter'];
}
?>
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.