[TYPO3-core] RFC #15801: Deprecate t3lib_div::rm_endcomma

Thorsten Kahler thorsten.kahler at dkd.de
Sat Sep 25 17:43:04 CEST 2010


Hi Helmut,

schrieb Helmut Hummel am 25.09.10 15:39:
> On 25.09.10 15:13, Thorsten Kahler wrote:
>>
>> would you mind fixing some white space stuff and using the default order
>> for implode() parameters? See attached version 2 of the patch.
> 
> Yeah, but this is wrong:
> 
> implode(array_keys(',', $admin->page_idArray));
> 
> should be:
> 
> implode(',', array_keys($admin->page_idArray));
> 

You got me :-}

Attached is version 3 of the patch.

Cheers,
Thorsten

-- 

Thorsten Kahler
thorsten.kahler at dkd.de
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 15801_rm_endcomma_v3.patch
Type: text/x-patch
Size: 1690 bytes
Desc: not available
URL: <http://lists.typo3.org/pipermail/typo3-team-core/attachments/20100925/e2ae58dd/attachment.bin>


More information about the TYPO3-team-core mailing list