diff --git a/themes/finc/templates/RecordDriver/SolrDefault/data-publicationDetails.phtml b/themes/finc/templates/RecordDriver/SolrDefault/data-publicationDetails.phtml index fa14eede7c596f8a220902da74e5f46ad9f9cd9c..6943a188bdd8d99daa61fd418ac41f499589bfb2 100644 --- a/themes/finc/templates/RecordDriver/SolrDefault/data-publicationDetails.phtml +++ b/themes/finc/templates/RecordDriver/SolrDefault/data-publicationDetails.phtml @@ -13,11 +13,12 @@ <? endif; ?> </span> <span property="datePublished"> - <? $pubDateSort = $this->driver->tryMethod('getPublishDateSort'); ?> - <? $pubDate = $field->getDate(); if (!empty($pubDateSort)): ?> - <?=$this->escapeHtml($pubDateSort)?> - <? else: ?> - <?=$this->escapeHtml($pubDate)?></span> + <? /* do not show solr publish date #13993 - GG */ ?> + <? /*$pubDateSort = $this->driver->tryMethod('getPublishDateSort');*/ ?> + <? $pubDate = $field->getDate(); if (!empty($pubDate)): ?> + <?=$this->escapeHtml($pubDate)?> + <? /*else: ?> + <?=$this->escapeHtml($pubDateSort)*/?></span> <? endif; ?> </span><br/> <? endforeach; ?>