function lingotek_cleanup_batch_init in Lingotek Translation 7.6
Same name and namespace in other branches
- 7.7 lingotek.util.inc \lingotek_cleanup_batch_init()
- 7.5 lingotek.util.inc \lingotek_cleanup_batch_init()
Initialize cleanup batch processing
Parameters
array $context:
Return value
boolean
1 string reference to 'lingotek_cleanup_batch_init'
- lingotek_admin_cleanup_form_submit in ./
lingotek.admin.inc - Attempt to execute each of the cleanup functions selected by the requester.
File
- ./
lingotek.util.inc, line 1928 - Utility functions.
Code
function lingotek_cleanup_batch_init(&$context) {
// A stub function for now.
return TRUE;
}