commented out count--; needs investigation

This commit is contained in:
real_nowhereman 2009-11-30 16:26:05 +00:00
parent 0b816aa17b
commit bd5e6e5a33

View File

@ -389,7 +389,7 @@
&& ($key = $this->walker->current_key())
&& $this->secondary_idx->has_key($key)) {
$this->walker->next();
$qp->count--;
//$qp->count--;
}
}