Project

General

Profile

« Previous | Next » 

Revision 7cc085da

Added by Andreas Kohlbecker almost 8 years ago

#5912 fixing wrong usages of dynamic strings, using placeholders and avoiding concatination

View differences:

modules/cdm_dataportal/includes/common.inc
418 418

  
419 419
    // additional data
420 420
    foreach($data as $key=>$value){
421
      @_description_list_group_add($sub_dl_groups, t($key), $value /*, '' , $weight++ */);
421
      @_description_list_group_add($sub_dl_groups, t('@key', array('@key' => $key)), $value /*, '' , $weight++ */);
422 422
    }
423 423

  
424 424
  }

Also available in: Unified diff