small fixes

git-svn-id: http://www.observium.org/svn/observer/trunk@1536 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Adam Amstrong
2010-07-29 22:20:38 +00:00
parent 9dce7a6054
commit 548dc82f8e
3 changed files with 3 additions and 3 deletions

View File

@@ -44,8 +44,7 @@ while($drive = mysql_fetch_array($query)) {
<a href='$fs_url' $fs_popup>".print_percentage_bar (400, 20, $perc, "$used / $total", "ffffff", $left_background, $perc . "%", "ffffff", $right_background)."</a>
</td><td>" . $free . "</td><td></td></tr>");
$graph_array['id'] = $storage['storage_id'];
$graph_array['id'] = $drive['storage_id'];
$graph_array['type'] = $graph_type;
echo("<tr bgcolor='$row_colour'><td colspan=6>");