From b1e34bd1868be418ef5ec26683a8d07f22cebd51 Mon Sep 17 00:00:00 2001 From: Pim van den Berg Date: Sat, 5 Feb 2011 20:01:26 +0100 Subject: replace function generate_colors by rainbow_colors When no colors are defined they will be generated by function rainbow_colors. --- plugin/bind.php | 1 - 1 file changed, 1 deletion(-) (limited to 'plugin/bind.php') diff --git a/plugin/bind.php b/plugin/bind.php index 2550918..0eb0a0d 100644 --- a/plugin/bind.php +++ b/plugin/bind.php @@ -10,7 +10,6 @@ require_once 'inc/collectd.inc.php'; $obj = new Type_GenericStacked($CONFIG); $obj->width = $width; $obj->heigth = $heigth; -$obj->generate_colors(); $obj->rrd_title = sprintf('%s/%s', $obj->args['pinstance'], $obj->args['type']); $obj->rrd_format = '%5.1lf%s'; -- cgit v1.1