Index: trunk/core/kernel/db/dblist.php =================================================================== diff -u -r2640 -r2711 --- trunk/core/kernel/db/dblist.php (.../dblist.php) (revision 2640) +++ trunk/core/kernel/db/dblist.php (.../dblist.php) (revision 2711) @@ -297,9 +297,7 @@ { if (!$force && $this->Queried) return true; $q = $this->GetSelectSQL(); - if ($this->DisplayQueries) { - echo get_class($this)." Query SQL: $q LIMIT ".$this->PerPage." OFFSET ".$this->Offset." Page: ".$this->Page."
"; - } + //$rs = $this->Conn->SelectLimit($q, $this->PerPage, $this->Offset); //in case we have not counted records try to select one more item to find out if we have something more than perpage