From: Davide Franco Date: Mon, 27 Jun 2011 16:37:22 +0000 (+0200) Subject: Revert "bacula-web: Renamed php class from BGraph to CGraph" X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=01cf09241413a179f8088093f752766e3a61eb7a;p=bacula%2Fbacula Revert "bacula-web: Renamed php class from BGraph to CGraph" This reverts commit 3027365b60325cd7c1a120fc20a2d392ccee9ad1. Conflicts: --- diff --git a/gui/bacula-web/includes/graph/cgraph.class.php b/gui/bacula-web/includes/graph/cgraph.class.php index 255931aa0e..c5ff516ef3 100644 --- a/gui/bacula-web/includes/graph/cgraph.class.php +++ b/gui/bacula-web/includes/graph/cgraph.class.php @@ -95,6 +95,8 @@ class CGraph{ // 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