X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;f=www%2Fplugins%2Fformidable_1_0%2Faction%2Fexporter_formulaires_reponses.php;fp=www%2Fplugins%2Fformidable_1_0%2Faction%2Fexporter_formulaires_reponses.php;h=23307101a2ba16a234aad07275fb61c632eed6f9;hb=94bf708c1d33740fb69957c922eb2bccacc2fa63;hp=4105d4f0c2321caeefbfb209133e328367989ae9;hpb=d8b7931e7a1ecffac4ce5cabaf9055d49df5a1f5;p=lhc%2Fweb%2Fwww.git diff --git a/www/plugins/formidable_1_0/action/exporter_formulaires_reponses.php b/www/plugins/formidable_1_0/action/exporter_formulaires_reponses.php index 4105d4f0..23307101 100644 --- a/www/plugins/formidable_1_0/action/exporter_formulaires_reponses.php +++ b/www/plugins/formidable_1_0/action/exporter_formulaires_reponses.php @@ -76,7 +76,7 @@ function action_exporter_formulaires_reponses_dist($arg=null) { } if ($reponses_completes and $exporter_csv = charger_fonction('exporter_csv', 'inc/', true)){ - echo $exporter_csv('reponses-formulaire-'.$formulaire['identifiant'], $reponses_completes); + $exporter_csv('reponses-formulaire-'.$formulaire['identifiant'], $reponses_completes); exit(); } }