Actions
Feature #19520
closedUse t3lib_div::trimExplode() in t3lib_div::intExplode()
Start date:
2008-10-28
Due date:
% Done:
0%
Estimated time:
PHP Version:
5.3
Tags:
Complexity:
Sprint Focus:
Description
Let's use t3lib_div::trimExplode() in t3lib_div::intExplode() instead of explode() so that you can get an empty array for an empty string and not a one-element-array if you specify the corresponding parameter for trimExplode().
(issue imported from #M9667)
Files
Actions