Project

General

Profile

Bug #17366 ยป wizard-icon.diff

Administrator Admin, 2007-06-07 22:30

View differences:

trunk/ChangeLog (working copy)
2007-06-07 Stefan Strasser <strada at stradax dot net>
* Added the possibility to display only selected user-groups in a user-listing. The settings may also be done through typoscript (flexform has priority). It is a modified patch of Stefan Padberg (thanks!). bug #0004532.
* Corrected bug #0005756: Parse error in the pi1-wizard-icon (thanks to Franz Holzinger for the patch!).
2007-05-01 Stefan Strasser <strada at stradax dot net>
trunk/pi1/class.tx_newloginbox_pi1_wizicon.php (working copy)
* @return array The LOCAL_LANG array
*/
function includeLocalLang() {
include(t3lib_extMgm::extPath('newloginbox').'locallang.xml');
$typoVersion = t3lib_div::int_from_ver($GLOBALS['TYPO_VERSION']);
if ($typoVersion >= 3008000) {
$LOCAL_LANG = $GLOBALS['LANG']->includeLLFile(t3lib_extMgm::extPath('newloginbox').'locallang.xml',FALSE);
} else {
include(t3lib_extMgm::extPath('newloginbox').'locallang.php');
}
return $LOCAL_LANG;
}
}
    (1-1/1)