function _install_locale_remaining_batch_finished

6.x install.php _install_locale_remaining_batch_finished($success, $results)

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 drupal-6.x/install.php
Tasks performed after the database is initialized.

File

drupal-6.x/install.php, line 888

Code

function _install_locale_remaining_batch_finished($success, $results) {
  variable_set('install_task', 'finished');
}