From da49912239f88e421b6e8792a22ce81f7ccc1b81 Mon Sep 17 00:00:00 2001 From: Neil Lathwood Date: Mon, 16 Feb 2015 20:19:04 +0000 Subject: [PATCH] Removing badge for now, looks wrong --- html/includes/print-menubar.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/includes/print-menubar.php b/html/includes/print-menubar.php index 283c958c5..16f376758 100644 --- a/html/includes/print-menubar.php +++ b/html/includes/print-menubar.php @@ -80,7 +80,7 @@ foreach (dbFetchRows('SELECT `type`,COUNT(`type`) AS total_type FROM `devices` A if (empty($devtype['type'])) { $devtype['type'] = 'Generic'; } - echo('
  • ' . $devtype['total_type'] . ' ' . ucfirst($devtype['type']) . '
  • '); + echo('
  • ' . ucfirst($devtype['type']) . '
  • '); } echo (' ');