From 4522cf67f00f2d5881ec7e3c4d55d213f3ed0ee7 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 23 Jan 2007 19:07:20 +0000 Subject: - Patch #107424 by webchick: code cleanup. --- modules/watchdog/watchdog.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/watchdog/watchdog.module b/modules/watchdog/watchdog.module index acb739011..1c92758d4 100644 --- a/modules/watchdog/watchdog.module +++ b/modules/watchdog/watchdog.module @@ -95,7 +95,7 @@ function watchdog_form_overview() { '#options' => $names, '#default_value' => $_SESSION['watchdog_overview_filter'] ); - $form['submit'] = array('#type' => 'submit', '#value' =>t('Filter')); + $form['submit'] = array('#type' => 'submit', '#value' => t('Filter')); $form['#redirect'] = FALSE; return $form; -- cgit v1.2.3