You are here

function lingotek_cleanup_batch_init in Lingotek Translation 7.7

Same name and namespace in other branches
  1. 7.5 lingotek.util.inc \lingotek_cleanup_batch_init()
  2. 7.6 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 2443
Utility functions.

Code

function lingotek_cleanup_batch_init(&$context) {

  // A stub function for now.
  return TRUE;
}