fix fixfixfixfixfixfix

git-svn-id: http://www.observium.org/svn/observer/trunk@576 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Adam Amstrong
2009-12-30 21:16:06 +00:00
parent 2a4e03ab03
commit 125756a037

View File

@@ -27,7 +27,7 @@ while($temp = mysql_fetch_array($query)) {
$speed = humanspeed($temp['ifSpeed']);
$type = humanmedia($temp['ifType']);
$weekly_temp = "graph.php?id=" . $temp['temp_id'] . "&type=temp&from=$week&to=$now&width=500&height=150";
$weekly_temp = "graph.php?id=" . $temp['temp_id'] . "&type=temperature&from=$week&to=$now&width=500&height=150";
$temp_popup = "<a onmouseover=\"return overlib('<img src=\'$weekly_temp\'>', LEFT);\" onmouseout=\"return nd();\">
" . $temp['temp_descr'] . "</a>";