change humandate to datetime in eventlog.

git-svn-id: http://www.observium.org/svn/observer/trunk@34 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Adam Amstrong
2007-04-03 19:50:34 +00:00
parent feba48f69e
commit 2996d99067

View File

@@ -15,7 +15,7 @@ if($bg == $list_colour_a) { $bg = $list_colour_b; } else { $bg=$list_colour_a; }
echo("<tr style=\"background-color: $bg\">
<td width=0></td>
<td class=syslog width=180>
$entry[humandate]
$entry[datetime]
</td>");
if(!$_GET[id] && !$overview) {
$dev['id'] = $entry['host'];