Actions
Bug #63345
closedFollow up: Really check for last occurence of field name
Status:
Closed
Priority:
Must have
Assignee:
Category:
Database API (Doctrine DBAL)
Target version:
Start date:
2014-11-26
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
The patch #61654 introduced a bug, where strpos is mistakenly used to get the last position of the currently processed field. It must be changed to strrpos.
Actions