You are here

public function BiblioCrossRefClient::unixref_decode in Bibliography Module 7

Same name and namespace in other branches
  1. 6.2 modules/crossref/biblio.crossref.client.php \BiblioCrossRefClient::unixref_decode()
  2. 7.2 modules/crossref/biblio.crossref.client.php \BiblioCrossRefClient::unixref_decode()

File

modules/crossref/biblio.crossref.client.php, line 229

Class

BiblioCrossRefClient

Code

public function unixref_decode(&$item, $key) {
  $item = html_entity_decode($item, NULL, 'UTF-8');
}