From 554840d811f6a7f39bc47dde76aa13501f370224 Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Tue, 15 Feb 2022 10:07:48 -0500 Subject: [PATCH] Revert "Add SQL opTypes IN, NOT IN to filter view, #3432" --- web/skins/classic/views/filter.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/web/skins/classic/views/filter.php b/web/skins/classic/views/filter.php index de2016489..8445d2c12 100644 --- a/web/skins/classic/views/filter.php +++ b/web/skins/classic/views/filter.php @@ -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'),