Project

General

Profile

« Previous | Next » 

Revision cf21ac75

Added by Andreas Kohlbecker over 2 years ago

fix #9731 fixing incorrect merging of arrays - correct changeset this time

View differences:

modules/cdm_dataportal/includes/name.inc
690 690
          if(!isset($name_type_designation_refs[$type_status])){
691 691
            $name_type_designation_refs[$type_status]  = $entity_reference_list;
692 692
          } else {
693
            array_push($name_type_designation_refs[$type_status] ,$entity_reference_list);
693
            $specimen_type_designation_refs[$type_status] = array_merge($specimen_type_designation_refs[$type_status], $entity_reference_list);
694 694
          }
695 695
        }
696 696
      } else if ($tokens[0] == 'FieldUnit'){

Also available in: Unified diff