From 880d2fcdfaa1b8e5ba6db8365dc0b6de22bc0b93 Mon Sep 17 00:00:00 2001 From: sasha Date: Tue, 5 Aug 2008 12:17:58 +0000 Subject: - [DEV-198] Correct representation of disabled elements on the map (hosts, triggers) git-svn-id: svn://svn.zabbix.com/trunk@5871 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- frontends/php/maps.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontends/php/maps.php') diff --git a/frontends/php/maps.php b/frontends/php/maps.php index 34a1f6c3..aa3699b6 100644 --- a/frontends/php/maps.php +++ b/frontends/php/maps.php @@ -192,4 +192,4 @@ include_once('include/page_header.php'); include_once "include/page_footer.php"; -?> \ No newline at end of file +?> -- cgit