summaryrefslogtreecommitdiff
path: root/modules/watchdog
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2006-09-08 16:33:02 +0000
committerDries Buytaert <dries@buytaert.net>2006-09-08 16:33:02 +0000
commit6f0e54b037618676af98d7c59f87b16b0745d575 (patch)
treedd4b4df4d0be79b3d449b291ea75342dc5c9107d /modules/watchdog
parent6ce212e4ebeccb43e4e65421816d99c02019b9b7 (diff)
downloadbrdo-6f0e54b037618676af98d7c59f87b16b0745d575.tar.gz
brdo-6f0e54b037618676af98d7c59f87b16b0745d575.tar.bz2
- Patch #82465 by webchick: renamed variables in hooks for consistency.
Diffstat (limited to 'modules/watchdog')
-rw-r--r--modules/watchdog/watchdog.module3
1 files changed, 1 insertions, 2 deletions
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 '<div class="container-inline">'. drupal_render($form) .'</div>';
}
-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'];
}