From b3b4aa40392eb3a74ea19227ea90823ac5b476ab Mon Sep 17 00:00:00 2001 From: hugetoad Date: Mon, 27 Sep 2004 19:47:11 +0000 Subject: Frontend improvements. git-svn-id: svn://svn.zabbix.com/trunk@1435 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- frontends/php/include/html.inc.php | 1 + 1 file changed, 1 insertion(+) (limited to 'frontends/php/include/html.inc.php') diff --git a/frontends/php/include/html.inc.php b/frontends/php/include/html.inc.php index ad4e3f3f..d796f799 100644 --- a/frontends/php/include/html.inc.php +++ b/frontends/php/include/html.inc.php @@ -76,6 +76,7 @@ while(list($num,$element)=each($elements)) { + if(!$element) continue; if(is_array($element)) { echo "".$element["value"].""; -- cgit