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:
parent
0d9341f77b
commit
8e6ffcb18f
|
@ -36,7 +36,7 @@ if ( !$result )
|
|||
die( mysql_error() );
|
||||
$event = mysql_fetch_assoc( $result );
|
||||
|
||||
if ( !isset($mid) )
|
||||
if ( empty($mid) )
|
||||
{
|
||||
$mid = 0;
|
||||
$mid_sql = '';
|
||||
|
|
Loading…
Reference in New Issue