Skip to content

Commit

Permalink
remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
mgaoVA committed Nov 2, 2023
1 parent b0b4b25 commit 5e00613
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions LEAF_Request_Portal/sources/Form.php
Original file line number Diff line number Diff line change
Expand Up @@ -3298,10 +3298,8 @@ public function query(string $inQuery): mixed
$dataTermSql = $dataTerm;
}
// catch default data
if ((isset($tResTypeHint[0]['default'])
if (isset($tResTypeHint[0]['default'])
&& $tResTypeHint[0]['default'] == $vars[':data' . $count])
|| $q['operator'] == 'NOT LIKE'
|| $q['operator'] == 'NOT MATCH')
{
$conditions .= "{$gate}({$dataTermSql} {$operator} $dataMatch OR {$dataTerm} IS NULL)";
}
Expand Down

0 comments on commit 5e00613

Please sign in to comment.