831a832 > global $TYPO3_CONF_VARS; 889a891,901 > // **************** > // checkFirstMain-HOOK, ADDED 28-11-2005, rik@netcreators.nl > // **************** > if (is_array($TYPO3_CONF_VARS['SC_OPTIONS']['t3lib/class.t3lib_userauthgroup.php']['checkFirstMainGroup'])) { > foreach($TYPO3_CONF_VARS['SC_OPTIONS']['t3lib/class.t3lib_userauthgroup.php']['checkFirstMainGroup'] as $_funcRef) { > $_params = array( > 'row' => $row, > ); > $this = t3lib_div::callUserFunction($_funcRef, $_params, $this); > } > }