function bootstrap_drupal_configuration() { drupal_bootstrap(DRUPAL_BOOTSTRAP_CONFIGURATION); // Unset drupal error handler and restore drush's one. restore_error_handler(); parent::bootstrap_drupal_configuration(); }
function bootstrap_drupal_configuration() { drupal_bootstrap(DRUPAL_BOOTSTRAP_CONFIGURATION); parent::bootstrap_drupal_configuration(); }