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
Updated by Gerrit Code Review almost 11 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/26507
Updated by Frans Saris almost 11 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 8f2c2fe248e0ec836ba42569c8a80b9deb7d509f.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed
Actions