diff --git a/fp-includes/core/core.fpdb.class.php b/fp-includes/core/core.fpdb.class.php index 07b768e..2a928ec 100644 --- a/fp-includes/core/core.fpdb.class.php +++ b/fp-includes/core/core.fpdb.class.php @@ -367,7 +367,8 @@ if ($this->counter < 0) $this->prepare(); - + + if ($this->pointer == $this->params->start + $this->params->count) return $return; if ($qp->id) { $idx = $this->main_idx;