[TYPO3-dev] Code beauteousness

Georg Ringer news at ringerge.org
Thu Dec 3 10:37:03 CET 2009


Hi,

more fun code

if($int_version >= 4003000)
{
  $this->bool_typo3_43 = TRUE;
}
if($int_version < 4003000)
{
  $this->bool_typo3_43 = FALSE;
}

Georg




More information about the TYPO3-dev mailing list