From aa1affa0878b01136e7f72fa0f2dd75cc67cadee Mon Sep 17 00:00:00 2001 From: Daniel Pocock Date: Tue, 12 Jan 2010 16:43:25 +0000 Subject: [PATCH] Correctly access the global rrd_options (backport r2216) --- web/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/functions.php b/web/functions.php index 54507b247..9d67c323d 100644 --- a/web/functions.php +++ b/web/functions.php @@ -201,7 +201,7 @@ function node_image ($metrics) # function find_limits($nodes, $metricname) { - global $metrics, $clustername, $rrds, $rrd_dir, $start, $end; + global $metrics, $clustername, $rrds, $rrd_dir, $start, $end, $rrd_options; if (!count($metrics)) return array(0, 0);