Index: class.db_list.inc =================================================================== --- class.db_list.inc (Revision 1674) +++ class.db_list.inc (Arbeitskopie) @@ -467,6 +467,9 @@ 'LIMIT' => $limit ); + // Unset 'LIMIT' in case of request of CSV-Output + if ($this->csvOutput) unset($queryParts['LIMIT']); + // Return query: return $queryParts; }