Skip to content

Commit dcb697f

Browse files
committed
Remove escaped items
1 parent 316b558 commit dcb697f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/SphinxQL.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -487,9 +487,6 @@ public function compileWhere()
487487
if ($key > 0 || !empty($this->match)) {
488488
$query .= 'AND ';
489489
}
490-
491-
$just_opened = false;
492-
493490
$query .= $this->compileFilterCondition($where);
494491
}
495492
}
@@ -934,7 +931,6 @@ public function match($column, $value = null, $half = false)
934931
* @param string $column The column name
935932
* @param string $operator The operator to use
936933
* @param string $value The value to check against
937-
* @param boolean $or If it should be prepended with OR (true) or AND (false) - not available as for Sphinx 2.0.2
938934
*
939935
* @return SphinxQL
940936
*/

0 commit comments

Comments
 (0)