From 84c8ba504f8f675ff666d804d3988169e4345d15 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sat, 14 Aug 2004 06:21:53 +0000 Subject: - Patch #9975 by TDobes: fixes two consistency problems with watchdog entries: * Adds missing quotes around the username in "session closed" watchdog messages from user.module (session opened has quotes, but session closed does not). * Changed "view detals" after watchdog entries to "details". --- modules/watchdog/watchdog.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/watchdog') diff --git a/modules/watchdog/watchdog.module b/modules/watchdog/watchdog.module index f8c0dcc2f..1a2227005 100644 --- a/modules/watchdog/watchdog.module +++ b/modules/watchdog/watchdog.module @@ -101,7 +101,7 @@ function watchdog_overview($type = '') { array('data' => truncate_utf8(strip_tags($watchdog->message), 64), 'class' => "watchdog-$watchdog->type"), array('data' => format_name($watchdog), 'class' => "watchdog-$watchdog->type"), array('data' => $watchdog->link, 'class' => "watchdog-$watchdog->type"), - array('data' => l(t('view details'), "admin/logs/view/$watchdog->wid"), 'class' => "watchdog-$watchdog->type") + array('data' => l(t('details'), "admin/logs/view/$watchdog->wid"), 'class' => "watchdog-$watchdog->type") ); } -- cgit v1.2.3