From 483ac71e13d0cf5f83f82acec2d89d2fa94e99a7 Mon Sep 17 00:00:00 2001 From: Jared Whiklo Date: Tue, 3 Sep 2019 09:42:30 -0500 Subject: [PATCH] Update install hook --- islandora.install | 4 ---- 1 file changed, 4 deletions(-) diff --git a/islandora.install b/islandora.install index d7c84413..357c8c1f 100644 --- a/islandora.install +++ b/islandora.install @@ -201,10 +201,6 @@ function islandora_update_7003() { $new_settings = $iabv_settings; } if (isset($new_settings)) { - if (isset($new_settings['iiif_identifer']) && !empty($new_settings['iiif_identifer'])) { - // This will only have the back half of the token, prepend islandora. - $new_settings['iiif_identifer'] = "[islandora:" . $new_settings['iiif_identifer']; - } if ($new_settings['type'] == 'djatoka' && !preg_match('~resolver$~', $new_settings['url'])) { // IABV javascript added resolver to URL, Openseadragon did not. $new_settings['url'] = rtrim($new_settings['url'], '/') . '/resolver';