From 5cbe0f883062cd8a7fe05c6e8db535170b829da4 Mon Sep 17 00:00:00 2001 From: Demian Katz <demian.katz@villanova.edu> Date: Fri, 17 Aug 2012 10:02:46 -0400 Subject: [PATCH] Removed unused variable declarations. --- .../templates/RecordDriver/SolrDefault/tab-holdings.phtml | 3 --- 1 file changed, 3 deletions(-) diff --git a/themes/jquerymobile/templates/RecordDriver/SolrDefault/tab-holdings.phtml b/themes/jquerymobile/templates/RecordDriver/SolrDefault/tab-holdings.phtml index 72b2974522c..2730774391a 100644 --- a/themes/jquerymobile/templates/RecordDriver/SolrDefault/tab-holdings.phtml +++ b/themes/jquerymobile/templates/RecordDriver/SolrDefault/tab-holdings.phtml @@ -2,10 +2,7 @@ // Set up convenience variables: $user = $this->layout()->account->isLoggedIn(); $holdings = $this->driver->getRealTimeHoldings($this->layout()->account); - $openUrl = $this->driver->openURLActive('holdings') ? $this->driver->getOpenURL() : false; $offlineMode = \VuFind\Connection\Manager::connectToCatalog()->getOfflineMode(); - // Account for replace_other_urls setting - $urls = ($openUrl && $this->driver->replaceURLsWithOpenURL()) ? array() : $this->driver->getURLs(); // Set page title. $this->headTitle($this->translate('Holdings') . ': ' . $this->driver->getBreadcrumb()); -- GitLab