Fixed missing ';'

git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@947 e3e1d417-86f3-4887-817a-d78f3d33393f
This commit is contained in:
stan 2004-03-13 14:08:23 +00:00
parent 15d7058f39
commit f36d356c4e
1 changed files with 1 additions and 1 deletions

View File

@ -265,7 +265,7 @@ if ( $mode == "stream" )
<?php
if ( ZM_WEB_VIDEO_STREAM_METHOD == 'mpeg' )
{
$stream_src = ZM_PATH_ZMS."?mode=mpeg&event=$eid&rate=$rate&scale=$scale&bitrate=".VIDEO_BITRATE."&maxfps=".VIDEO_MAXFPS
$stream_src = ZM_PATH_ZMS."?mode=mpeg&event=$eid&rate=$rate&scale=$scale&bitrate=".VIDEO_BITRATE."&maxfps=".VIDEO_MAXFPS;
if ( isWindows() )
{
if ( isInternetExplorer() )