[TYPO3-core] RFC: Remove empty label tags

Ingmar Schlecht ingmar at typo3.org
Thu Jan 12 10:31:47 CET 2006


Karsten Dambekalns schrieb:
> PS: What about
>  !stristr('radio,label,hidden,comment', $confData['type']))
> Somewhat a hack, but... :)

Or to match only whole keys:
!stristr(',radio,label,hidden,comment,', ','.$confData['type'].','))

Yeah, that's fun :-)

cheers,
Ingmar



More information about the TYPO3-team-core mailing list