[TYPO3-dev] & in getTabMenu

Elmar Hinz elmar.DOT.hinz at team.MINUS.red.DOT.net
Wed Jan 4 23:19:32 CET 2006


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Workaround:

function init()	{
    global $BE_USER,$LANG,$BACK_PATH,$TCA_DESCR,$TCA,$CLIENT,$TYPO3_CONF_VARS;

    foreach($GLOBALS['_GET'] as $key => $value)
      if(preg_match('/amp;(.*)/', $key, $matches))
         $GLOBALS['_GET'][$matches[1]] = $value;

    parent::init();
  }

Elmar Hinz schrieb:
> Ernesto Baschny [cron IT] schrieb:
> 
>>>You might want to report a new bug, as this is BE-related (while #772 is
>>>FE-related).
>>>
> 
> 
> #2178
>   	
> Regards
> 
> Elmar
> 
> --
> Climate change 2006 is killing people: floods in California, drought and fires
> in Australia, Texas, Sahel, Oklahoma, South Africa. The Bush administration is
> responsible for corruption of the Kyoto Protocol. The US majority is responsible
> to the world for reelection of a convictable [censored by Echelon].

- --
Climate change 2006 is killing people: floods in California, drought and fires
in Australia, Texas, Sahel, Oklahoma, South Africa. The Bush administration is
responsible for corruption of the Kyoto Protocol. The US majority is responsible
to the world for reelection of a convictable [censored by Echelon].
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFDvEnzO976RNoy/18RArU1AJ4gtShEIxSZfiuxyG1yTEG3DPoTngCgvf2y
PyZubbV+13b12SzpjfUyacE=
=Ux7p
-----END PGP SIGNATURE-----




More information about the TYPO3-dev mailing list