IES
IES stands for 'in eigener Sache'. This section will incorporate code snippets, trials and other random thoughts which are worth publishing. Enjoy. We will try and build up a knowledge database.
tx_srfeuserregister
Change classe tx_srfeuserregister_setfixed function computeUrl :
Place
$url = str_replace("[","%5B",$url);
$url = str_replace("]","%5D",$url);
before the last line of code.