commented out count--; needs investigation
This commit is contained in:
parent
0b816aa17b
commit
bd5e6e5a33
@ -389,7 +389,7 @@
|
|||||||
&& ($key = $this->walker->current_key())
|
&& ($key = $this->walker->current_key())
|
||||||
&& $this->secondary_idx->has_key($key)) {
|
&& $this->secondary_idx->has_key($key)) {
|
||||||
$this->walker->next();
|
$this->walker->next();
|
||||||
$qp->count--;
|
//$qp->count--;
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user