From 01721906f60779a48ad72d62e244f9a417fcff9c Mon Sep 17 00:00:00 2001 From: laf Date: Sat, 10 Oct 2015 09:11:07 +0000 Subject: [PATCH] Removed what appears to be unecessary STACK text --- html/includes/graphs/generic_multi_seperated.inc.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/html/includes/graphs/generic_multi_seperated.inc.php b/html/includes/graphs/generic_multi_seperated.inc.php index 9b37f3751..afb22a391 100644 --- a/html/includes/graphs/generic_multi_seperated.inc.php +++ b/html/includes/graphs/generic_multi_seperated.inc.php @@ -70,10 +70,6 @@ foreach ($rrd_list as $rrd) { $rrd_options .= ' VDEF:tot'.$i.'=octets'.$i.',TOTAL'; } - if ($i) { - $stack = 'STACK'; - } - $rrd_options .= ' AREA:inbits'.$i.'#'.$colour_in.":'".rrdtool_escape($rrd['descr'], 9)."In '$stack"; $rrd_options .= ' GPRINT:inbits'.$i.':LAST:%6.2lf%s'; $rrd_options .= ' GPRINT:inbits'.$i.':AVERAGE:%6.2lf%s';