mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-05-24 14:36:09 -04:00
Fixed syntax error.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@406 e3e1d417-86f3-4887-817a-d78f3d33393f
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user