put back maxWidtha nd maxHeight

This commit is contained in:
Isaac Connor 2016-05-06 14:39:48 -04:00
parent 829202b42a
commit 956b971719
1 changed files with 2 additions and 0 deletions

View File

@ -146,6 +146,8 @@ if ( ! empty($_COOKIE['zmGroup']) ) {
$groupIds = array_flip(explode( ',', $group['MonitorIds'] )); $groupIds = array_flip(explode( ',', $group['MonitorIds'] ));
} }
$maxWidth = 0;
$maxHeight = 0;
# Used to determine if the Cycle button should be made available # Used to determine if the Cycle button should be made available
$cycleCount = 0; $cycleCount = 0;
$monitors = dbFetchAll( "select * from Monitors order by Sequence asc" ); $monitors = dbFetchAll( "select * from Monitors order by Sequence asc" );