Revision f5c014af
ref #8543 unification of annotation and source footnotes for related taxa etc. - fixing typo in array key
modules/cdm_dataportal/includes/taxon.inc | ||
---|---|---|
438 | 438 |
'', |
439 | 439 |
RenderHints::getFootnoteListKey() |
440 | 440 |
); |
441 |
$footnotes = $annotations_and_sources_taxon['foo_note_keys'] . |
|
442 |
($annotations_and_sources_taxon['foo_note_keys'] && $annotations_and_sources_name['foo_note_keys'] ? ',' : '') .
|
|
443 |
$annotations_and_sources_name['foo_note_keys']; |
|
441 |
$footnotes = $annotations_and_sources_taxon['foot_note_keys'] .
|
|
442 |
($annotations_and_sources_taxon['foot_note_keys'] && $annotations_and_sources_name['foot_note_keys'] ? ',' : '') .
|
|
443 |
$annotations_and_sources_name['foot_note_keys'];
|
|
444 | 444 |
return $footnotes; |
445 | 445 |
} |
446 | 446 |
|
Also available in: Unified diff