From 956b97171935aaccf9682bc445a4ca03f85c1730 Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Fri, 6 May 2016 14:39:48 -0400 Subject: [PATCH] put back maxWidtha nd maxHeight --- web/skins/classic/includes/functions.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web/skins/classic/includes/functions.php b/web/skins/classic/includes/functions.php index ad0e64fd5..b339cfd36 100644 --- a/web/skins/classic/includes/functions.php +++ b/web/skins/classic/includes/functions.php @@ -146,6 +146,8 @@ if ( ! empty($_COOKIE['zmGroup']) ) { $groupIds = array_flip(explode( ',', $group['MonitorIds'] )); } +$maxWidth = 0; +$maxHeight = 0; # Used to determine if the Cycle button should be made available $cycleCount = 0; $monitors = dbFetchAll( "select * from Monitors order by Sequence asc" );