Actions
Bug #51409
closedsubstr_count call added in #49186 generates warnings
Start date:
2013-08-27
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The substr_count call was incorrectly implemented in typo3/sysext/install/Classes/Controller/Action/Step/DatabaseConnect.php
substr_count($string, 0, ':') should in fact be written as susbstr_count($string, ':').
Actions