Fixed syntax error.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@406 e3e1d417-86f3-4887-817a-d78f3d33393fpull/27/merge
parent
2ef06640db
commit
c7f87a7cb1
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue