Project

General

Profile

« Previous | Next » 

Revision 2f4646e0

Added by Andreas Kohlbecker over 4 years ago

ref #8786 renaming all min_max_() functions to statistical_values_()

View differences:

modules/cdm_dataportal/includes/descriptions.inc
1307 1307

  
1308 1308
  $out = '';
1309 1309
  $type_representation = NULL;
1310
  $min_max = min_max_array();
1310
  $min_max = statistical_values_array();
1311 1311
  $other_values = [];
1312 1312
  $sample_size_markup = null;
1313 1313

  
......
1337 1337

  
1338 1338
    // create markup
1339 1339

  
1340
    $min_max_markup = min_max_markup($min_max);
1340
    $min_max_markup = statistical_values($min_max);
1341 1341

  
1342 1342

  
1343 1343
    foreach ($other_values as $statistical_val) {

Also available in: Unified diff