From 854b652bf26889a2e27ae64a16f6731370bb4a69 Mon Sep 17 00:00:00 2001 From: Tom Laermans Date: Sun, 6 May 2012 20:24:12 +0000 Subject: [PATCH] actually use app section text instead of nicecasing the array key git-svn-id: http://www.observium.org/svn/observer/trunk@3141 61d68cd4-352d-0410-923a-c4978735b2b8 --- html/pages/device/apps/mysql.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/pages/device/apps/mysql.inc.php b/html/pages/device/apps/mysql.inc.php index 25e1587b17..511edf3cd8 100644 --- a/html/pages/device/apps/mysql.inc.php +++ b/html/pages/device/apps/mysql.inc.php @@ -20,7 +20,7 @@ foreach ($app_sections as $app_section => $app_section_text) { echo(""); } - echo(generate_link(nicecase($app_section),$vars,array('app_section'=>$app_section))); + echo(generate_link($app_section_text,$vars,array('app_section'=>$app_section))); if ($vars['app_section'] == $app_section) { echo(""); } $sep = " | "; }