From 5e8132189f2d30d46e1578d8d60a1f4e442ee09f Mon Sep 17 00:00:00 2001 From: "robert%accettura.com" Date: Sat, 2 Apr 2005 05:44:28 +0000 Subject: [PATCH] fix broken link in agg queries. Not part of build, no bug (as with checkin before) --- tools/reporter/app/query/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/reporter/app/query/index.php b/tools/reporter/app/query/index.php index 0e9ceb02aca..c459f5a4d1e 100644 --- a/tools/reporter/app/query/index.php +++ b/tools/reporter/app/query/index.php @@ -273,7 +273,7 @@ else { } else { if(($key == $_GET['count']) || ($key == 'host_hostname' && $_GET['count'] == 'host_id')){ if ($key == 'host_hostname' && $_GET['count'] == 'host_id'){ - $subquery = 'host_hostname='.$row['host_hostname']; + $subquery = 'host_hostname='.$query->fields['host_hostname']; } else { $subquery = $_GET['count'].'='.$query->fields[$key];