From 6b373f6351c3d298060179ee79a34fe21da08e14 Mon Sep 17 00:00:00 2001 From: Adam Amstrong Date: Fri, 12 Mar 2010 17:27:58 +0000 Subject: [PATCH] cleanup overview eventlog git-svn-id: http://www.observium.org/svn/observer/trunk@1013 61d68cd4-352d-0410-923a-c4978735b2b8 --- html/includes/print-event-short.inc | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/html/includes/print-event-short.inc b/html/includes/print-event-short.inc index dadf04029..941310b41 100644 --- a/html/includes/print-event-short.inc +++ b/html/includes/print-event-short.inc @@ -13,15 +13,15 @@ if($bg == $list_colour_a) { $bg = $list_colour_b; } else { $bg=$list_colour_a; } ".$entry['humandate']." - "); - - $if = mysql_fetch_array(mysql_query("SELECT * from ports AS I, devices as D where I.device_id = D.device_id AND I.interface_id = '".$entry['interface']."'")); - - echo(" - " . generateiflink($if) . " - " . - htmlspecialchars(truncate($entry['message'], 45)) + "); + + $if = mysql_fetch_array(mysql_query("SELECT * from ports AS I, devices as D where I.device_id = D.device_id AND I.interface_id = '".$entry['interface']."'")); + + echo(" + " . generateiflink($if) . " + " . + htmlspecialchars($entry['message']) . " ");