syntaxer run

git-svn-id: http://www.observium.org/svn/observer/trunk@2542 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Tom Laermans
2011-09-22 15:05:11 +00:00
parent 0823678202
commit f1ce87d34d
8 changed files with 10 additions and 10 deletions

View File

@@ -34,7 +34,7 @@ foreach ($rrd_list as $rrd)
$colour_out=$config['graph_colours'][$colours_out][$iter];
$descr = str_replace(":", "\:", substr(str_pad($rrd['descr'], $descr_len),0,$descr_len)) . " In";
if(isset($rrd['descr_in']))
if (isset($rrd['descr_in']))
{
$descr = str_replace(":", "\:", substr(str_pad($rrd['descr_in'], $descr_len),0,$descr_len)) . " In";
}