public function BiblioCrossRefClient::unixref_decode in Bibliography Module 7
Same name and namespace in other branches
- 6.2 modules/crossref/biblio.crossref.client.php \BiblioCrossRefClient::unixref_decode()
- 7.2 modules/crossref/biblio.crossref.client.php \BiblioCrossRefClient::unixref_decode()
File
- modules/
crossref/ biblio.crossref.client.php, line 229
Class
Code
public function unixref_decode(&$item, $key) {
$item = html_entity_decode($item, NULL, 'UTF-8');
}