Project

General

Profile

« Previous | Next » 

Revision 1ce9afb7

Added by Patric Plitzner over 9 years ago

reintegrated campanula drupal branch

View differences:

7.x/modules/cdm_dataportal/theme/cdm_dataportal.references.theme
71 71
  $doLink = $variables['doLink'];
72 72
  $referenceStyle = $variables['referenceStyle'];
73 73

  
74
  if(!isset($reference->authorTeam)){
74
  if(!isset($reference->authorship)){
75 75
    $author_team = cdm_ws_get(CDM_WS_REFERENCE_AUTHORTEAM, $reference->uuid);
76 76
  } else {
77
    $author_team = $reference->authorTeam;
77
    $author_team = $reference->authorship;
78 78
  }
79 79

  
80 80
  if ($referenceStyle == "zoology") {

Also available in: Unified diff