From c7f87a7cb15425c7098eb9ffad2eaadf7e6dee1e Mon Sep 17 00:00:00 2001 From: stan Date: Mon, 24 Mar 2003 09:59:41 +0000 Subject: [PATCH] Fixed syntax error. git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@406 e3e1d417-86f3-4887-817a-d78f3d33393f --- web/zmhtml.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/zmhtml.php b/web/zmhtml.php index ed5bfab24..99a86c012 100644 --- a/web/zmhtml.php +++ b/web/zmhtml.php @@ -101,7 +101,7 @@ switch( $view ) if ( $max_height < $row[Height] ) $max_height = $row[Height]; } } - $montage_rows = intval(ceil($cycle_count)/ZM_WEB_MONTAGE_MAX_COLS)); + $montage_rows = intval(ceil($cycle_count/ZM_WEB_MONTAGE_MAX_COLS)); $montage_cols = $cycle_count>=ZM_WEB_MONTAGE_MAX_COLS?ZM_WEB_MONTAGE_MAX_COLS:$cycle_count; ?>