Index: t3lib/class.t3lib_sqlparser.php =================================================================== --- t3lib/class.t3lib_sqlparser.php (revision 6853) +++ t3lib/class.t3lib_sqlparser.php (working copy) @@ -330,7 +330,7 @@ if ($result['TABLE']) { - if ($this->nextPart($parseString,'^(VALUES)[[:space:]]+')) { // In this case there are no field names mentioned in the SQL! + if ($this->nextPart($parseString,'^(VALUES)([[:space:]]+|\()')) { // In this case there are no field names mentioned in the SQL! // Get values/fieldnames (depending...) $result['VALUES_ONLY'] = $this->getValue($parseString,'IN'); if ($this->parse_error) { return $this->parse_error; }