From 6cc1bb0c294a442b6a4c060ad49261e04273de02 Mon Sep 17 00:00:00 2001 From: Adam Amstrong Date: Tue, 15 Mar 2011 13:38:17 +0000 Subject: [PATCH] fix top host/int/svc display for global read (level 5) users. git-svn-id: http://www.observium.org/svn/observer/trunk@1843 61d68cd4-352d-0410-923a-c4978735b2b8 --- html/includes/topnav.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/includes/topnav.inc b/html/includes/topnav.inc index ddd7e98dc..2a234157e 100644 --- a/html/includes/topnav.inc +++ b/html/includes/topnav.inc @@ -1,6 +1,6 @@ = 5) { $devices['count'] = mysql_result(mysql_query("SELECT count(*) FROM devices"),0); $devices['up'] = mysql_result(mysql_query("SELECT count(*) FROM devices WHERE status = '1' AND `ignore` = '0'"),0);