From fb5ff1659201dd7b3e2bf5bb6b9620c4f78b07c9 Mon Sep 17 00:00:00 2001 From: Tom Laermans Date: Wed, 1 Dec 2010 15:51:00 +0000 Subject: [PATCH] fix typo on iftype page for transit/peering/etc git-svn-id: http://www.observium.org/svn/observer/trunk@1748 61d68cd4-352d-0410-923a-c4978735b2b8 --- html/pages/iftype.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/pages/iftype.inc.php b/html/pages/iftype.inc.php index 99b83720ad..0721c0b07a 100644 --- a/html/pages/iftype.inc.php +++ b/html/pages/iftype.inc.php @@ -30,7 +30,7 @@ $types = implode(' + ',$types_array); echo(" Total Graph for ports of type : ".$types.""); -if ($iflist) +if ($if_list) { echo(""); $graph_type = "multiport_bits";