Actions
Bug #54529
closedWrong phpdoc in TableGarbageCollectionTask
Start date:
2013-12-20
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
/** * Remove old entries from tables. * * This task deletes rows from tables older than the given number of days. * * Available tables must be registered in * $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['scheduler']['tasks']['tx_scheduler_TableGarbageCollection']['options']['tables'] * See ext_localconf.php of scheduler extension for an example
must be
/** * Remove old entries from tables. * * This task deletes rows from tables older than the given number of days. * * Available tables must be registered in * $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['scheduler']['tasks']['TYPO3\\CMS\\Scheduler\\Task\\TableGarbageCollectionTask']['options']['tables'] * See ext_localconf.php of scheduler extension for an example
Actions