Merge pull request #3435 from ZoneMinder/revert-3434-3432-fix-events-view-filter-monitorid

Revert "Add SQL opTypes IN, NOT IN to filter view, #3432"
This commit is contained in:
Isaac Connor 2022-02-15 10:07:59 -05:00 committed by GitHub
commit ecd27d033c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -130,8 +130,6 @@ $opTypes = array(
'!~' => translate('OpNotMatches'),
'=[]' => translate('OpIn'),
'![]' => translate('OpNotIn'),
'IN' => translate('OpIn'),
'NOT IN' => translate('OpNotIn'),
'IS' => translate('OpIs'),
'IS NOT' => translate('OpIsNot'),
'LIKE' => translate('OpLike'),