Skip to content

Commit 80c0366

Browse files
committed
Removing unused variable
1 parent b96f09b commit 80c0366

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

system/Database/BaseBuilder.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -760,8 +760,6 @@ protected function whereHaving($qb_key, $key, $value = null, $type = 'AND ', $es
760760
? $this->groupGetType('')
761761
: $this->groupGetType($type);
762762

763-
$ok = null;
764-
765763
if ($v !== null)
766764
{
767765
$op = $this->getOperator($k);

0 commit comments

Comments
 (0)