Index: t3lib/class.t3lib_db.php =================================================================== --- t3lib/class.t3lib_db.php (révision 6965) +++ t3lib/class.t3lib_db.php (copie de travail) @@ -837,6 +837,8 @@ if (preg_match('/^(.*)[[:space:]]+LIMIT[[:space:]]+([[:alnum:][:space:],._]+)$/i', $str, $reg)) { $wgolParts['LIMIT'] = trim($reg[2]); $str = $reg[1]; + } else { + $wgolParts['LIMIT'] = 1000; // you never have more than 1000 records in a select box } // Find ORDER BY: