Exemple #1
0
 function showOutputStatisticsAggregatesSection()
 {
     if (getFromSessionParams('seid') != "") {
         $_SESSION['SEID'] = getFromSessionParams('seid');
     }
     $displayOutput = new DisplayOutput();
     return $displayOutput->showOutputStatisticsAggregatesSection($_SESSION['SEID']);
 }