diff --git a/drupal/sites/default/boinc/modules/boincwork/includes/boincwork.helpers.inc b/drupal/sites/default/boinc/modules/boincwork/includes/boincwork.helpers.inc index 2b6ae5950a..ddb54a4918 100644 --- a/drupal/sites/default/boinc/modules/boincwork/includes/boincwork.helpers.inc +++ b/drupal/sites/default/boinc/modules/boincwork/includes/boincwork.helpers.inc @@ -204,10 +204,10 @@ function boincwork_get_project_specific_config() { // Convert XML to array for validation $xml = load_configuration($raw_config_data); // By default the returned array should have an 'app_overrides' - // element. Even if the admin did not specificy an container - // in the XML, a basic one is added. This is because applications - // are now queried from the database, and the content of the XML - // upload is an override. + // element. Even if the admin did not specificy an + // container in the XML, a basic one is added. This is because + // applications are now queried from the database, and the content + // of the XML upload is an override. if (!array_key_exists('app_overrides', $xml['project_specific_preferences'])) { $simpleapps = array( '@position' => 0,