Index: trunk/kernel/include/parseditem.php =================================================================== diff -u -r133 -r137 --- trunk/kernel/include/parseditem.php (.../parseditem.php) (revision 133) +++ trunk/kernel/include/parseditem.php (.../parseditem.php) (revision 137) @@ -976,8 +976,8 @@ function Query_Item($sql, $offset=-1,$rows=-1) { global $Errors; - - $dummy =& $this->GetDummy(); + + $dummy =& $this->GetDummy(); if( !$dummy->TableExists() ) { if($this->debuglevel) echo "ERROR: table ".$dummy->tablename." missing.
"; @@ -1571,13 +1571,13 @@ // or first possible "set_first" $PerPage = $this->GetPerPage(); $NumPages = ceil( $this->GetNumPages($PerPage) ); - /* +/* echo "=====
"; echo "Class ".get_class($this).": Page ".$this->Page." of $NumPages
"; echo "PerPage: $PerPage
"; echo "Items Queries: ".$this->QueryItemCount."
"; echo "=====
"; - */ +*/ if($this->Page > $NumPages) { switch($fix_method)