watchdog_form_overview_submit

Versions
4.7
watchdog_form_overview_submit($form_id, $form)
5
watchdog_form_overview_submit($form_id, $form_values)

Code

modules/watchdog.module, line 153

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

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.