From aa13bd5bf8d509f7bf84f15cd32d86f5e8d4073a Mon Sep 17 00:00:00 2001 From: Tom Laermans Date: Mon, 28 May 2012 19:37:14 +0000 Subject: [PATCH] fix mac accounting link on iftype pages git-svn-id: http://www.observium.org/svn/observer/trunk@3248 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 346a46436..3935e7105 100644 --- a/html/pages/iftype.inc.php +++ b/html/pages/iftype.inc.php @@ -52,7 +52,7 @@ if ($if_list) if (dbFetchCell("SELECT count(*) FROM mac_accounting WHERE port_id = ?", array($port['port_id']))) { - echo(" MAC Accounting"); + echo(" MAC Accounting"); } echo('
');