Project

General

Profile

« Previous | Next » 

Revision e9cc637a

Added by Andreas Kohlbecker over 3 years ago

ref #8543 refactoring cdm_annotations to normal function

View differences:

modules/cdm_dataportal/includes/pages.inc
1380 1380

  
1381 1381
  // Annotations below the table
1382 1382
  $annotations = cdm_fetch_visible_annotations($reference);
1383
  $out .= theme("cdm_annotations", array('annotations' => $annotations));
1383
  $out .= cdm_annotations($annotations);
1384 1384

  
1385 1385
  $registration_working_set = cdm_ws_get("registrationWorkingSetDTO", array($uuid));
1386 1386
  if($registration_working_set && count($registration_working_set->registrationDTOs) > 0){

Also available in: Unified diff