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