[TYPO3-core] RFC: #12872: Use "strong" instead of "b"

Steffen Gebert steffen at steffen-gebert.de
Tue Dec 1 14:45:59 CET 2009


Am 01.12.2009, 14:28 Uhr, schrieb Steffen Kamper <info at sk-typo3.de>:

Hi,

what's that? ;-)

Steffen


> Index: t3lib/class.t3lib_cs.php
> ===================================================================
> --- t3lib/class.t3lib_cs.php	(revision 6617)
> +++ t3lib/class.t3lib_cs.php	(working copy)
> @@ -660,7 +660,7 @@
>  		foreach($array as $key => $value)	{
>  			if (is_array($array[$key]))	{
>  				$this->convArray($array[$key],$fromCS,$toCS,$useEntityForNoChar);
> -			} else {
> +			} elseif (is_string($array[$key])) {
>  				$array[$key] =  
> $this->conv($array[$key],$fromCS,$toCS,$useEntityForNoChar);
>  			}


More information about the TYPO3-team-core mailing list