Browse Source

Whitespace fixes.

7.x-2.x
Daniel Lamb 10 years ago
parent
commit
e5a06e9ff3
  1. 1
      islandora_dcterms/include/fields.inc
  2. 2
      islandora_dcterms/islandora_dcterms.module

1
islandora_dcterms/include/fields.inc

@ -12,6 +12,7 @@
* The name of the bundle to give the fields.
*/
function islandora_dcterms_attach_fields_to_bundle($bundle_name) {
$t = get_t();
if (field_info_field(ISLANDORA_DCTERMS_CONTRIBUTOR_FIELD)) {

2
islandora_dcterms/islandora_dcterms.module

@ -2,7 +2,7 @@
/**
* @file
* Collection of fields and utility functions for working with DC Metadata.
* Collection of fields and utility functions for working with DC Metadata.
*/
define('ISLANDORA_DCTERMS_CONTRIBUTOR_FIELD', 'field_dcterms_contributor');

Loading…
Cancel
Save