Skip to content

Commit a67937a

Browse files
committed
chnange
1 parent 4c4fda2 commit a67937a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Where.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ public function add($field, $value, $operator = "=", $value_type = "string")
2020
strpos($field, "=") !== FALSE
2121
|| strpos($field, ">") !== FALSE
2222
|| strpos($field, "<") !== FALSE
23-
|| strpos(strtoupper($field), "NOT") !== FALSE
24-
|| strpos(strtoupper($field), "IN") !== FALSE
2523
)
2624
{
2725
$operator = "";

0 commit comments

Comments
 (0)