From 2996d9906711a11a04f1b608ef2a1496a92a5e60 Mon Sep 17 00:00:00 2001 From: Adam Amstrong Date: Tue, 3 Apr 2007 19:50:34 +0000 Subject: [PATCH] change humandate to datetime in eventlog. git-svn-id: http://www.observium.org/svn/observer/trunk@34 61d68cd4-352d-0410-923a-c4978735b2b8 --- html/includes/print-event.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/includes/print-event.inc b/html/includes/print-event.inc index c3f76890a..19241be69 100644 --- a/html/includes/print-event.inc +++ b/html/includes/print-event.inc @@ -15,7 +15,7 @@ if($bg == $list_colour_a) { $bg = $list_colour_b; } else { $bg=$list_colour_a; } echo(" - $entry[humandate] + $entry[datetime] "); if(!$_GET[id] && !$overview) { $dev['id'] = $entry['host'];