From a1a96ca29e7e71fd7fb7cd773e084b10f7bf3deb Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Fri, 23 Feb 2001 17:53:51 +0000 Subject: - small changes to the watchdog module to make it more conform with other modules - small changes to the account module to make it more conform with other modules - users can be deleted --- modules/watchdog.module | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'modules/watchdog.module') diff --git a/modules/watchdog.module b/modules/watchdog.module index f1bb7925f..26714ed20 100644 --- a/modules/watchdog.module +++ b/modules/watchdog.module @@ -49,12 +49,12 @@ function watchdog_view($id) { if ($watchdog = db_fetch_object($result)) { $output .= "\n"; - $output .= " \n"; - $output .= " \n"; - $output .= " \n"; - $output .= " \n"; - $output .= " \n"; - $output .= " \n"; + $output .= " \n"; + $output .= " \n"; + $output .= " \n"; + $output .= " \n"; + $output .= " \n"; + $output .= " \n"; $output .= "
Level:$watchdog->level
Date:". format_date($watchdog->timestamp, "large") ."
User:". format_username($watchdog->userid) ."
Location:$watchdog->location
Message:$watchdog->message
Hostname:$watchdog->hostname
Level:$watchdog->level
Date:". format_date($watchdog->timestamp, "large") ."
User:". format_username($watchdog->userid) ."
Location:$watchdog->location
Message:$watchdog->message
Hostname:$watchdog->hostname
\n"; print $output; } -- cgit v1.2.3