From 1a3da971de33a35d91231020314a692dfb34f547 Mon Sep 17 00:00:00 2001 From: Davide Franco Date: Wed, 1 Dec 2010 18:08:51 +0100 Subject: [PATCH] bacula-web: Improved SetLegend loop in BGraph classe --- gui/bacula-web/bgraph.inc.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/gui/bacula-web/bgraph.inc.php b/gui/bacula-web/bgraph.inc.php index bc69282759..9ea23f3b3d 100644 --- a/gui/bacula-web/bgraph.inc.php +++ b/gui/bacula-web/bgraph.inc.php @@ -97,10 +97,7 @@ class BGraph{ $legends = array(); foreach( $this->data as $key => $legend ) { $this->plot->SetLegend( implode(': ',$legend) ); - //array_push( $legends, $legend[0] ); } - - //$this->plot->SetLegend( $legends ); # Turn off X tick labels and ticks because they don't apply here: $this->plot->SetXTickLabelPos('none'); -- 2.39.5