From 6677251b827ef58886ca389b2c94ce061aa6f968 Mon Sep 17 00:00:00 2001 From: Davide Franco Date: Mon, 27 Jun 2011 18:39:32 +0200 Subject: [PATCH] Revert "Revert "bacula-web: Renamed php class from BGraph to CGraph"" This reverts commit e3c30c6aabc39c6fad20443ad38c86beb0a0f662. --- gui/bacula-web/includes/graph/cgraph.class.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/gui/bacula-web/includes/graph/cgraph.class.php b/gui/bacula-web/includes/graph/cgraph.class.php index 0957c81ee5..1c110fd491 100644 --- a/gui/bacula-web/includes/graph/cgraph.class.php +++ b/gui/bacula-web/includes/graph/cgraph.class.php @@ -95,8 +95,6 @@ class BGraph{ // Data, type and data type $this->plot->SetPlotType( $this->type ); $this->plot->SetDataType( $this->data_type ); - - // Set graph data $this->plot->SetDataValues( $this->data ); // Plot colors -- 2.39.5