Line | |
---|
1 | <?php |
---|
2 | |
---|
3 | if (!defined('_ECRIRE_INC_VERSION')) { |
---|
4 | return; |
---|
5 | } |
---|
6 | |
---|
7 | // Exporte UNE réponse de formidable |
---|
8 | function action_exporter_reponse_formidable_dist($arg = null) { |
---|
9 | if (is_null($arg)) { |
---|
10 | $securiser_action = charger_fonction('securiser_action', 'inc'); |
---|
11 | $arg = $securiser_action(); |
---|
12 | } |
---|
13 | |
---|
14 | $exporter_pdf = charger_fonction('exporter_pdf', 'inc'); |
---|
15 | $exporter_pdf('modeles/formulaires_reponse', array('id_formulaires_reponse' => $arg)); |
---|
16 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.