Project

General

Profile

« Previous | Next » 

Revision f37da5d1

Added by Patrick Plitzner about 5 years ago

ref #8011 Adapt to cdmlib model change for Pair in DTOs

View differences:

modules/cdm_dataportal/includes/occurrences.inc
126 126
                $detail_html .= "<br>";
127 127
            }
128 128
            foreach ($specimen->associatedTaxa as $associatedTaxon) {
129
                $detail_html .= l($associatedTaxon->second, path_to_taxon($associatedTaxon->first, "specimens"));//$associatedTaxon->second."<br>";
129
                $detail_html .= l($associatedTaxon->value, path_to_taxon($associatedTaxon->key, "specimens"));//$associatedTaxon->second."<br>";
130 130
            }
131 131
            $detail_html .= "<br>";
132 132
        }

Also available in: Unified diff