[Typo3-dev] How to prefill fields in Extension withfrontenduserdata ?
Wolfgang Klinger
wolfgang at stufenlos.net
Fri Jul 9 17:41:01 CEST 2004
*hiya!*
On Fri, 09 Jul 2004, Jacob Lindhardsen wrote the following:
> But how to check if the user is logged in ?
or use
if ($GLOBALS['TSFE']->loginUser) {
// ...
}
;-)
bye
Wolfgang
More information about the TYPO3-dev
mailing list