summaryrefslogtreecommitdiff
path: root/modules/watchdog.module
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2006-02-21 16:06:02 +0000
committerDries Buytaert <dries@buytaert.net>2006-02-21 16:06:02 +0000
commit8fcc64ee43a90bca8c60b4a37d25b7bfed4fa3a0 (patch)
treee1a953a83027dad7edb45dd4014f50abc954debb /modules/watchdog.module
parent5298688d8d3c998bcd2b3ff5304d754ec5996edf (diff)
downloadbrdo-8fcc64ee43a90bca8c60b4a37d25b7bfed4fa3a0.tar.gz
brdo-8fcc64ee43a90bca8c60b4a37d25b7bfed4fa3a0.tar.bz2
- Patch #48235 by markus: removed dead code.
Diffstat (limited to 'modules/watchdog.module')
-rw-r--r--modules/watchdog.module6
1 files changed, 0 insertions, 6 deletions
diff --git a/modules/watchdog.module b/modules/watchdog.module
index 32ffb4f69..2411b5ae4 100644
--- a/modules/watchdog.module
+++ b/modules/watchdog.module
@@ -79,10 +79,6 @@ function watchdog_overview() {
$_SESSION['watchdog_overview_filter'] = 'all';
}
- if (empty($_SESSION['watchdog_overview_filter'])) {
- $_SESSION['watchdog_overview_filter'] = 'all';
- }
-
$form['filter'] = array(
'#type' => 'select',
'#title' => t('Filter by message type'),
@@ -187,5 +183,3 @@ function _watchdog_get_message_types() {
return $types;
}
-
-