Project

General

Profile

« Previous | Next » 

Revision 15f11e83

Added by Francisco Revilla almost 14 years ago

solving bug with taxon name page (related with drupal_go_to and synonyms/acceptedtaxon)

View differences:

modules/cdm_dataportal/theme/cdm_dataportal.references.theme
37 37
 */
38 38
function theme_cdm_reference($reference, $microReference = null, $doLink = FALSE, $referenceStyle = NULL ){
39 39

  
40
	$author_team = cdm_ws_get(CDM_WS_REFERENCE_AUTHORTEAM, $reference->uuid);
40
  $author_team = cdm_ws_get(CDM_WS_REFERENCE_AUTHORTEAM, $reference->uuid);
41

  
41 42
	if($style == "zoology"){
42 43
		$year = partialToYear($reference->datePublished->start);
43 44
		$citation = $author_team->titleCache . ($year ? ', '.$year : '');

Also available in: Unified diff