Project

General

Profile

« Previous | Next » 

Revision 86424a78

Added by Andreas Kohlbecker almost 8 years ago

typos

View differences:

modules/cdm_dataportal/cdm_dataportal.search.php
242 242
      array('includeAllParents' => 'true')
243 243
    );
244 244

  
245
    // create map: parent_term_uuid => term
245
    // create map: term_uuid => term
246 246
    $term_map = array();
247 247
    foreach ($area_term_dtos as $term_dto) {
248 248
      $term_map[$term_dto->uuid] = $term_dto;
......
250 250

  
251 251
    $term_tree = array();
252 252
    // mixed_vocabularies will contain the uuid vocabularies which
253
    // also contain terms of foreign vocabuaries due to the term
253
    // also contain terms of foreign vocabularies due to the term
254 254
    // hierarchy
255 255
    $mixed_vocabularies = array();
256 256

  

Also available in: Unified diff