This commit is contained in:
Isaac Connor
2015-08-04 11:37:11 -04:00
parent d9ee08a27b
commit e178e1b1d6

View File

@@ -70,8 +70,7 @@ $eventCounts = array(
$running = daemonCheck();
$status = $running?translate('Running'):translate('Stopped');
$run_state_array = dbFetchOne('select Name from States where IsActive = 1');
$run_state = implode($run_state_array);
$run_state = dbFetchOne('select Name from States where IsActive = 1', 'Name' );
$group = NULL;
if ( ! empty($_COOKIE['zmGroup']) ) {