|
|
|
@ -24,7 +24,7 @@ function islandora_manage_orphaned_objects_form($form, $form_state) {
|
|
|
|
|
} |
|
|
|
|
elseif (count($form_state['pids_to_delete']) <= 10) { |
|
|
|
|
$pid_paths = '<ul>'; |
|
|
|
|
foreach($pids as $pid) { |
|
|
|
|
foreach ($pids as $pid) { |
|
|
|
|
$pid_paths = $pid_paths . '<li><a href="/islandora/object/' . $pid . '" target="_blank">' . $pid . '</a></li>'; |
|
|
|
|
$pid_links[] = '<a href="/islandora/object/' . $pid . '">' . $pid . '</a>'; |
|
|
|
|
} |
|
|
|
|