syntaxer run + manual cleanup

git-svn-id: http://www.observium.org/svn/observer/trunk@2630 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Tom Laermans
2011-10-01 10:10:02 +00:00
parent b216394954
commit c15bfa62a4
31 changed files with 836 additions and 762 deletions

View File

@@ -33,7 +33,7 @@ print_optionbar_end();
if($vars['view'] == "incoming")
{
if(count($smokeping_files['in'][$device['hostname']]))
if (count($smokeping_files['in'][$device['hostname']]))
{
$graph_array['type'] = "device_smokeping_in_all";
@@ -45,7 +45,7 @@ if($vars['view'] == "incoming")
} else {
if(count($smokeping_files['out'][$device['hostname']]))
if (count($smokeping_files['out'][$device['hostname']]))
{
$graph_array['type'] = "device_smokeping_out_all";