+2008-04-10 Dmitry Dulepov <dmitry@typo3.org>
+
+ * Added @var to typo3/sysext/beuser/mod/index.php
+
2008-04-09 Benjamin Mack <benni@typo3.org>
* t3skin: Exchanged icon which was still in use from oldskin
if ($counter>=$offset) {
// This is used to test with other users. Development ONLY!
$tempBE_USER = t3lib_div::makeInstance('local_beUserAuth'); // New backend user object
+ /* @var $tempBE_USER local_beUserAuth */
$tempBE_USER->OS = TYPO3_OS;
$tempBE_USER->setBeUserByUid($r['uid']);
$tempBE_USER->fetchGroupData();
// This is used to test with other users. Development ONLY!
foreach ($users as $r) {
$tempBE_USER = t3lib_div::makeInstance('local_beUserAuth'); // New backend user object
+ /* @var $tempBE_USER local_beUserAuth */
$tempBE_USER->OS = TYPO3_OS;
$tempBE_USER->setBeUserByUid($r['uid']);
$tempBE_USER->fetchGroupData();
$SOBE->main();
$SOBE->printContent();
-?>
+?>
\ No newline at end of file