function _install_locale_remaining_batch_finished in Drupal 6
Finished callback for the second locale import batch.
Advance installer task to the finished screen.
1 string reference to '_install_locale_remaining_batch_finished'
- install_tasks in ./
install.php - Tasks performed after the database is initialized.
File
- ./
install.php, line 888
Code
function _install_locale_remaining_batch_finished($success, $results) {
variable_set('install_task', 'finished');
}