Project

General

Profile

« Previous | Next » 

Revision 802b31bc

Added by Andreas Kohlbecker over 2 years ago

avoiding usage of deprecated property determinedNames

View differences:

modules/cdm_dataportal/includes/occurrences_new.inc
67 67
      $render_array['media-specimens'] = cdm_sob_dto_media_table($sob_dto->mediaSpecimen, $sob_dto, 'Media Specimens');
68 68
    }
69 69
  }
70
  if(isset_not_empty($sob_dto->determinedNames)){
70
  if(isset_not_empty($sob_dto->determinations)){
71 71
    $render_array['determinations'] = compose_cdm_sob_dto_determinations($sob_dto, $full_details);
72 72
  }
73 73
  if(isset_not_empty($sob_dto->listOfMedia)){

Also available in: Unified diff