From c3d8d4dfcf3921a14c5ff683cd317d86779ba123 Mon Sep 17 00:00:00 2001 From: Shawn Kwang Date: Wed, 23 Aug 2017 11:06:56 -0500 Subject: [PATCH] Drupal: Misc change to documentation/comment in code. --- .../modules/boincwork/includes/boincwork.helpers.inc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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,