Drupal: Misc change to documentation/comment in code.

This commit is contained in:
Shawn Kwang 2017-08-23 11:06:56 -05:00
parent 3fead8d9a5
commit c3d8d4dfcf
1 changed files with 4 additions and 4 deletions

View File

@ -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 <apps> 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 <app_overrides>
// 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,