From bd5e6e5a338dcebc91ae0d89dcca2f77bfe28bca Mon Sep 17 00:00:00 2001 From: real_nowhereman Date: Mon, 30 Nov 2009 16:26:05 +0000 Subject: [PATCH] commented out count--; needs investigation --- fp-includes/core/core.fpdb.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fp-includes/core/core.fpdb.class.php b/fp-includes/core/core.fpdb.class.php index f4b8279..aadc56a 100644 --- a/fp-includes/core/core.fpdb.class.php +++ b/fp-includes/core/core.fpdb.class.php @@ -389,7 +389,7 @@ && ($key = $this->walker->current_key()) && $this->secondary_idx->has_key($key)) { $this->walker->next(); - $qp->count--; + //$qp->count--; } }