From a96f6064ead663f8e4e78efc523968c5d7893d40 Mon Sep 17 00:00:00 2001 From: Tom Laermans Date: Sun, 8 Apr 2012 16:21:52 +0000 Subject: [PATCH] correctly case dBm instead of Dbm, minor fixes git-svn-id: http://www.observium.org/svn/observer/trunk@2997 61d68cd4-352d-0410-923a-c4978735b2b8 --- html/includes/print-menubar.php | 2 +- includes/discovery/processors/hrdevice.inc.php | 2 +- includes/discovery/temperatures/cisco-envmon.inc.php | 2 +- includes/functions.php | 6 ++++++ 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/html/includes/print-menubar.php b/html/includes/print-menubar.php index d4ed3be361..89301fd6a5 100644 --- a/html/includes/print-menubar.php +++ b/html/includes/print-menubar.php @@ -374,7 +374,7 @@ if ($sep && array_keys($menu_sensors)) foreach (array_keys($menu_sensors) as $item) { - echo('
  • '.ucfirst($item).'
  • '); + echo('
  • '.nicecase($item).'
  • '); unset($menu_sensors[$item]);$sep++; } diff --git a/includes/discovery/processors/hrdevice.inc.php b/includes/discovery/processors/hrdevice.inc.php index 41b307860e..2737c1e97a 100755 --- a/includes/discovery/processors/hrdevice.inc.php +++ b/includes/discovery/processors/hrdevice.inc.php @@ -1,6 +1,6 @@