small text fixes

git-svn-id: http://www.observium.org/svn/observer/trunk@2613 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Adam Amstrong 2011-09-30 11:40:23 +00:00
parent 2323544d25
commit 8a27fe2fd7
2 changed files with 1 additions and 2 deletions

View File

@ -62,7 +62,7 @@ if (count($drives))
unset($link_array['height'], $link_array['width'], $link_array['legend']);
$link = generate_url($link_array);
$overlib_content = generate_overlib_content($graph_array, $device['hostname'] . " - " . $text_descr);
$overlib_content = generate_overlib_content($graph_array, $device['hostname'] . " - " . $drive['storage_descr']);
$graph_array['width'] = 80; $graph_array['height'] = 20; $graph_array['bg'] = $graph_colour;

View File

@ -843,7 +843,6 @@ function makeshortif($if)
$if = fixifName ($if);
$if = strtolower($if);
$if = array_str_replace($rewrite_shortif, $if);
$if = ucfirst($if);
return $if;
}