From 6912ffbccb88f341a36b172191f33e993a63f8de Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 29 Jan 2007 19:04:58 +0000 Subject: - Patch #111241 by dww: added operations column. --- modules/watchdog/watchdog.module | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'modules') diff --git a/modules/watchdog/watchdog.module b/modules/watchdog/watchdog.module index 90729c402..39784a0bf 100644 --- a/modules/watchdog/watchdog.module +++ b/modules/watchdog/watchdog.module @@ -237,6 +237,10 @@ function watchdog_event($id) { array('data' => t('Hostname'), 'header' => TRUE), $watchdog->hostname, ), + array( + array('data' => t('Operations'), 'header' => TRUE), + $watchdog->link, + ), ); $attributes = array('class' => 'watchdog-event'); $output = theme('table', array(), $rows, $attributes); -- cgit v1.2.3