X-Git-Url: https://git-public.kairo.at/?p=php-utility-classes.git;a=blobdiff_plain;f=include%2Fclasses%2Frrdstat.php-class;h=68887290c9fbfc3e5c29c174f81b4f6fb9d5cebf;hp=0709315d178716bb789ec7a55fd33864fc7ca3aa;hb=b25db622aa67664942c2d4ebff284255570264d4;hpb=2a386f5a68929d82a68f97c83eb0cc1ea6d9b236 diff --git a/include/classes/rrdstat.php-class b/include/classes/rrdstat.php-class index 0709315..6888729 100644 --- a/include/classes/rrdstat.php-class +++ b/include/classes/rrdstat.php-class @@ -359,7 +359,7 @@ class rrdstat { if (strpos($return, 'ERROR') !== false) { trigger_error('rrd graph error: '.$return, E_USER_WARNING); - $return = $graph_cmd."\n\n".$return; +// $return = $graph_cmd."\n\n".$return; } return $return; } @@ -382,7 +382,7 @@ class rrdstat { if (in_array($this->status, array('ok','readonly'))) { foreach (array('day','week','month','year') as $tframe) { $ret = $this->graph($tframe, null, $graph_extras); - $out .= '

'.nl2br($ret).'

'; +// $out .= '

'.nl2br($ret).'

'; $out .= '

'; } }