Bug 204 - Allow filtering on event id.

git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1604 e3e1d417-86f3-4887-817a-d78f3d33393f
This commit is contained in:
stan 2005-11-20 18:50:32 +00:00
parent ac71b417a0
commit 6d7d37d709
1 changed files with 1 additions and 0 deletions

View File

@ -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,