Fixed event scrolling bug.

git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@900 e3e1d417-86f3-4887-817a-d78f3d33393f
This commit is contained in:
stan 2004-02-26 11:11:53 +00:00
parent 0d9341f77b
commit 8e6ffcb18f
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ if ( !$result )
die( mysql_error() );
$event = mysql_fetch_assoc( $result );
if ( !isset($mid) )
if ( empty($mid) )
{
$mid = 0;
$mid_sql = '';