Browse Source

checking to see if I need an array to sanitize text

pull/46/head
Ben Woodhead 13 years ago
parent
commit
d8728516b9
  1. 2
      fedora_repository.module

2
fedora_repository.module

@ -115,7 +115,7 @@ function fedora_repository_ingest_object($collection_pid=NULL, $collection_label
$collection_pid = urldecode($collection_pid); $collection_pid = urldecode($collection_pid);
} }
else { else {
drupal_set_message(t("This collection PID $collection_pid is not valid"), 'error'); drupal_set_message(t("This collection PID @collection_pid is not valid", check_plain($collection_pid )), 'error');
return ' '; return ' ';
} }
} }

Loading…
Cancel
Save