Project

General

Profile

« Previous | Next » 

Revision 0557d51a

Added by Andreas Kohlbecker over 4 years ago

ref #8368 fixing check for exitance of property

View differences:

modules/cdm_dataportal/includes/occurrences.inc
1079 1079
            }
1080 1080
            if (count($type_status) > 0) {
1081 1081
                $type_label = implode(', ', $type_status);
1082
            }
1082
          }
1083 1083
        }
1084 1084

  
1085
        if (isset($typeDesignation)){
1085
        if (isset($typeDesignation->typifiedNames)){
1086 1086
            $title = $type_label . ' for: ' . $typeDesignation->typifiedNames;
1087 1087
        }else{
1088 1088
            $title = $type_label;

Also available in: Unified diff