From 6d7d37d709f77a53c5af4ef335dd58fe0ee1a94f Mon Sep 17 00:00:00 2001 From: stan Date: Sun, 20 Nov 2005 18:50:32 +0000 Subject: [PATCH] Bug 204 - Allow filtering on event id. git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1604 e3e1d417-86f3-4887-817a-d78f3d33393f --- web/zm_html_view_filter.php | 1 + 1 file changed, 1 insertion(+) diff --git a/web/zm_html_view_filter.php b/web/zm_html_view_filter.php index 1e22b77f4..8da7efaf1 100644 --- a/web/zm_html_view_filter.php +++ b/web/zm_html_view_filter.php @@ -63,6 +63,7 @@ for ( $i = 1; $i <= ceil(($trms-1)/2); $i++ ) $attr_types = array( 'MonitorId' => $zmSlangAttrMonitorId, 'MonitorName' => $zmSlangAttrMonitorName, + 'Id' => $zmSlangAttrId, 'Name' => $zmSlangAttrName, 'Cause' => $zmSlangAttrCause, 'Notes' => $zmSlangAttrNotes,