[TYPO3-core] RFC #8385: Bugfix: Modified tslib_cObj::substituteMarkerArray() misses call parameter
Oliver Klee
typo3-german-02 at oliverklee.de
Tue May 13 14:40:25 CEST 2008
Hi,
+ * @param boolean If set, all unused marker are deleted.
* @return string The processed output stream
* @see substituteMarker(), substituteMarkerInObject(), TEMPLATE()
*/
- function
substituteMarkerArray($content,$markContentArray,$wrap='',$uppercase=0) {
- return
t3lib_parsehtml::substituteMarkerArray($content,$markContentArray,$wrap,$uppercase);
+ function substituteMarkerArray($content, $markContentArray, $wrap='',
$uppercase=0, $deleteUnused=1) {
Shouldn't the booleans be actual booleans (false and true) instead of
integers (1 and 0)?
Oliver
More information about the TYPO3-team-core
mailing list