_install_locale_initial_batch_finished

Versions
6
_install_locale_initial_batch_finished($success, $results)

Finished callback for the first locale import batch.

Advance installer task to the configure screen.

Code

./install.php, line 857

<?php
function _install_locale_initial_batch_finished($success, $results) {
  variable_set('install_task', 'configure');
}
?>
Login or register to post comments
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.