From f509b4c9d1dd1385d9cbfa257b1b67d8c572c877 Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Wed, 18 Sep 2019 11:10:40 -0400 Subject: [PATCH] spacing --- web/skins/classic/views/timeline.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/web/skins/classic/views/timeline.php b/web/skins/classic/views/timeline.php index 8a55e607d..c5bdda4d8 100644 --- a/web/skins/classic/views/timeline.php +++ b/web/skins/classic/views/timeline.php @@ -132,7 +132,7 @@ $chart = array( $monitors = array(); $monitorsSql = 'SELECT * FROM Monitors ORDER BY Sequence ASC'; //srand( 97981 ); -foreach( dbFetchAll( $monitorsSql ) as $row ) { +foreach( dbFetchAll($monitorsSql) as $row ) { //if ( empty($row['WebColour']) ) //{ //$row['WebColour'] = sprintf( "#%02x%02x%02x", rand( 0, 255 ), rand( 0, 255), rand( 0, 255 ) ); @@ -312,9 +312,9 @@ $chart['data']['x']['density'] = $chart['data']['x']['range']/$chart['graph']['w $monEventSlots = array(); $monFrameSlots = array(); $monitorIds = array(); -$events_result = dbQuery( $eventsSql ); -if ( ! $events_result ) { - Fatal( "SQL-ERR"); +$events_result = dbQuery($eventsSql); +if ( !$events_result ) { + Fatal("SQL-ERR"); return; }