Browse Source

somehow managed to remove a brace

pull/406/head
qadan 11 years ago
parent
commit
f96881dc7b
  1. 1
      islandora.module

1
islandora.module

@ -1730,6 +1730,7 @@ function islandora_repair_drupal_filter() {
else { else {
drupal_set_message(format_plural($entries, "Removed 1 simpletest entry from the Drupal filter.", "Removed @count simpletest entries from the Drupal filter.")); drupal_set_message(format_plural($entries, "Removed 1 simpletest entry from the Drupal filter.", "Removed @count simpletest entries from the Drupal filter."));
} }
}
/** /**
* Implements hook_islandora_metadata_display_info(). * Implements hook_islandora_metadata_display_info().

Loading…
Cancel
Save