function unixref_decode in Bibliography Module 6
1 string reference to 'unixref_decode'
File
- ./
crossref_unixref_parser.inc, line 60
Code
function unixref_decode(&$item, $key) {
$item = html_entity_decode($item, NULL, 'UTF-8');
}
function unixref_decode(&$item, $key) {
$item = html_entity_decode($item, NULL, 'UTF-8');
}