From 6f0e54b037618676af98d7c59f87b16b0745d575 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Fri, 8 Sep 2006 16:33:02 +0000 Subject: - Patch #82465 by webchick: renamed variables in hooks for consistency. --- modules/watchdog/watchdog.module | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'modules/watchdog/watchdog.module') diff --git a/modules/watchdog/watchdog.module b/modules/watchdog/watchdog.module index dd91c7931..883d11945 100644 --- a/modules/watchdog/watchdog.module +++ b/modules/watchdog/watchdog.module @@ -192,8 +192,7 @@ function theme_watchdog_form_overview($form) { return '
'. drupal_render($form) .'
'; } -function watchdog_form_overview_submit($form_id, $form) { - global $form_values; +function watchdog_form_overview_submit($form_id, $form_values) { $_SESSION['watchdog_overview_filter'] = $form_values['filter']; } -- cgit v1.2.3