Revision dc69d2dc
fixing #2612
modules/cdm_dataportal/theme/cdm_dataportal.descriptions.theme | ||
---|---|---|
309 | 309 |
|
310 | 310 |
if ($source->nameUsedInSource->uuid){ //do a link to name page |
311 | 311 |
$name_used_in_source_link_to_show = l($source->nameUsedInSource->titleCache, |
312 |
path_to_name($source->nameUsedInSource->uuid), |
|
313 |
array(), NULL, NULL, FALSE ,TRUE); |
|
312 |
path_to_name($source->nameUsedInSource->uuid),
|
|
313 |
array(), NULL, NULL, FALSE ,TRUE);
|
|
314 | 314 |
}else if (strlen($source->nameUsedInSource->originalNameString) > 0){ //show a text without link |
315 | 315 |
$name_used_in_source_link_to_show = $source->nameUsedInSource->originalNameString; |
316 | 316 |
} |
Also available in: Unified diff