Parent Directory | Revision Log
Fusion de la branche 5.2.0-develop_notification_demandeur dans la branche d'intégration 5.3.0-develop
1 | cgarcin | 10826 | <?php |
2 | /** | ||
3 | * Ce fichier permet d'afficher le lien de téléchargement des documents | ||
4 | * notifiés | ||
5 | * | ||
6 | * @package openfoncier | ||
7 | * @version SVN : $Id$ | ||
8 | */ | ||
9 | |||
10 | require_once "web.class.php"; | ||
11 | $f = new openads_web("anonym"); | ||
12 | $inst = $f->get_inst__om_dbform(array( | ||
13 | "obj" => "instruction", | ||
14 | "idx" => 0, | ||
15 | )); | ||
16 | $inst->view_telecharger_document_anonym($f->get_content_only_param()); |
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |