Skip to content

Commit 25c3036

Browse files
committed
handle mode does not require and replacing
1 parent f9c31dc commit 25c3036

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

fields/field.textbox.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -855,7 +855,6 @@ public function buildDSRetrievalSQL($data, &$joins, &$where, $andOperation = fal
855855

856856
if ($data == '') return true;
857857

858-
$data = self::replaceAnds($data);
859858
$data = $this->cleanValue($data);
860859
$this->_key++;
861860
$joins .= "

0 commit comments

Comments
 (0)