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:
parent
ac71b417a0
commit
6d7d37d709
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue