Browse Source

ISLANDORA-89\Changed display message to a warning in drupal_set_message, with repeat set to FALSE.

pull/105/head
Alexander O'Neill 14 years ago
parent
commit
1db3998f6f
  1. 3
      fedora_repository.module

3
fedora_repository.module

@ -758,7 +758,8 @@ function fedora_repository_get_items($pid = NULL, $dsId = NULL, $collection = NU
global $user; global $user;
if (!fedora_available()) { if (!fedora_available()) {
return t('The Fedora repository server is currently unavailable. Please contact the site administrator.'); drupal_set_message('The Fedora repository server is currently unavailable. Please contact the site administrator.', 'warning', FALSE);
return '';
} }
if ($pid &!validPid($pid)) { if ($pid &!validPid($pid)) {

Loading…
Cancel
Save