summaryrefslogtreecommitdiffstats
path: root/usr/local/www/status_rrd_graph_img.php
diff options
context:
space:
mode:
authorSeth Mos <seth.mos@xs4all.nl>2008-12-24 08:50:52 +0000
committerSeth Mos <seth.mos@xs4all.nl>2008-12-24 08:50:52 +0000
commit99eab9093c5cfaacc0b0beb460002316d91df845 (patch)
treedf8b634f4a6ac53ffc3639d56e55bdfe058645ae /usr/local/www/status_rrd_graph_img.php
parent91ae291402558879346938651555e538abeed6c7 (diff)
downloadpfsense-99eab9093c5cfaacc0b0beb460002316d91df845.zip
pfsense-99eab9093c5cfaacc0b0beb460002316d91df845.tar.gz
Always return text string
Diffstat (limited to 'usr/local/www/status_rrd_graph_img.php')
-rw-r--r--usr/local/www/status_rrd_graph_img.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/status_rrd_graph_img.php b/usr/local/www/status_rrd_graph_img.php
index 8322bbe..d6b6e4e 100644
--- a/usr/local/www/status_rrd_graph_img.php
+++ b/usr/local/www/status_rrd_graph_img.php
@@ -186,8 +186,8 @@ function humantime($timestamp){
}
if($difference != 1) {
$periods[$j].= "s";
- $text = "$difference $periods[$j]";
}
+ $text = "$difference $periods[$j]";
return $text;
}
OpenPOWER on IntegriCloud