Fixed syntax error.

git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@406 e3e1d417-86f3-4887-817a-d78f3d33393f
This commit is contained in:
stan
2003-03-24 09:59:41 +00:00
parent 2ef06640db
commit c7f87a7cb1

View File

@@ -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;
?>
<html>