]> git.sur5r.net Git - bacula/bacula/commitdiff
Revert "bacula-web: Renamed php class from BGraph to CGraph"
authorDavide Franco <bacula-dev@dflc.ch>
Mon, 27 Jun 2011 16:37:22 +0000 (18:37 +0200)
committerKern Sibbald <kern@sibbald.com>
Sat, 20 Apr 2013 12:49:18 +0000 (14:49 +0200)
This reverts commit 3027365b60325cd7c1a120fc20a2d392ccee9ad1.

Conflicts:

gui/bacula-web/includes/graph/cgraph.class.php

index 255931aa0ef9678b74bd4f12ee394f24ad12e538..c5ff516ef34edd2e212d9a2321708588f64d300d 100644 (file)
@@ -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