From: Davide Franco Date: Mon, 27 Jun 2011 16:39:32 +0000 (+0200) Subject: Revert "Revert "bacula-web: Renamed php class from BGraph to CGraph"" X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=6677251b827ef58886ca389b2c94ce061aa6f968;p=bacula%2Fbacula Revert "Revert "bacula-web: Renamed php class from BGraph to CGraph"" This reverts commit e3c30c6aabc39c6fad20443ad38c86beb0a0f662. --- 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