8 lines
306 B
PHP
8 lines
306 B
PHP
<?php
|
|
|
|
defined('TYPO3') or die();
|
|
|
|
$GLOBALS['TCA']['fe_users']['columns']['disable']['label'] = 'core.db.accounts:enabled';
|
|
$GLOBALS['TCA']['fe_users']['columns']['starttime']['label'] = 'core.db.accounts:starttime';
|
|
$GLOBALS['TCA']['fe_users']['columns']['endtime']['label'] = 'core.db.accounts:endtime';
|