2008-02-03 Benjamin Mack <mack@xnos.org>
+ * Followup to #7361: One CSH was still on the wrong line
* Fixed #7361: Overhauled User setup module. Now has tabs and better usability, thanks to Steffen Kamper
2008-02-03 Michael Stucki <michael@typo3.org>
$code = array();
// Simulate selector box:
if ($this->simulateSelector) {
- $code[1][1] = $this->setLabel('simulate').t3lib_BEfunc::cshItem('_MOD_user_setup', 'simuser', $BACK_PATH,'|');
+ $code[1][1] = $this->setLabel('simulate');
$code[1][2] = $this->simulateSelector;
$code[1][3] = t3lib_BEfunc::cshItem('_MOD_user_setup', 'simuser', $BACK_PATH,'|');
}