From 8e6ffcb18f02c80d421ead4de4a532e04ba15893 Mon Sep 17 00:00:00 2001 From: stan Date: Thu, 26 Feb 2004 11:11:53 +0000 Subject: [PATCH] Fixed event scrolling bug. git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@900 e3e1d417-86f3-4887-817a-d78f3d33393f --- web/zm_html_view_event.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/zm_html_view_event.php b/web/zm_html_view_event.php index 133fe2819..cd8d43748 100644 --- a/web/zm_html_view_event.php +++ b/web/zm_html_view_event.php @@ -36,7 +36,7 @@ if ( !$result ) die( mysql_error() ); $event = mysql_fetch_assoc( $result ); -if ( !isset($mid) ) +if ( empty($mid) ) { $mid = 0; $mid_sql = '';