aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/plugin/mysql.php
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/mysql.php')
-rw-r--r--plugin/mysql.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/plugin/mysql.php b/plugin/mysql.php
index acab7ac..3d8b25b 100644
--- a/plugin/mysql.php
+++ b/plugin/mysql.php
@@ -7,8 +7,6 @@ require_once 'type/GenericStacked.class.php';
7require_once 'inc/collectd.inc.php'; 7require_once 'inc/collectd.inc.php';
8 8
9$obj = new Type_GenericStacked($CONFIG); 9$obj = new Type_GenericStacked($CONFIG);
10$obj->width = $width;
11$obj->heigth = $heigth;
12$obj->rrd_format = '%5.1lf%s'; 10$obj->rrd_format = '%5.1lf%s';
13 11
14switch($obj->args['type']) 12switch($obj->args['type'])