Exemple #1
0
 function showOutputDataMultipleRes()
 {
     /* update last page */
     $_SESSION['LASTPAGE'] = substr($_SESSION['LASTPAGE'], 0, strripos($_SESSION['LASTPAGE'], "res"));
     $displayOutput = new DisplayOutput();
     return $displayOutput->showOutputDataMultipleSurveyRes();
 }