summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2007-01-23 19:07:20 +0000
committerDries Buytaert <dries@buytaert.net>2007-01-23 19:07:20 +0000
commit4522cf67f00f2d5881ec7e3c4d55d213f3ed0ee7 (patch)
tree51510f7ece3ed6f89e56418c187bc2a30740e262
parentcd9ceae7a115826590ece421159c7ab10fbf29e4 (diff)
downloadbrdo-4522cf67f00f2d5881ec7e3c4d55d213f3ed0ee7.tar.gz
brdo-4522cf67f00f2d5881ec7e3c4d55d213f3ed0ee7.tar.bz2
- Patch #107424 by webchick: code cleanup.
-rw-r--r--modules/watchdog/watchdog.module2
1 files changed, 1 insertions, 1 deletions
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;