Fixed syntax error.

git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@406 e3e1d417-86f3-4887-817a-d78f3d33393f
pull/27/merge
stan 2003-03-24 09:59:41 +00:00
parent 2ef06640db
commit c7f87a7cb1
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ switch( $view )
if ( $max_height < $row[Height] ) $max_height = $row[Height]; 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; $montage_cols = $cycle_count>=ZM_WEB_MONTAGE_MAX_COLS?ZM_WEB_MONTAGE_MAX_COLS:$cycle_count;
?> ?>
<html> <html>