/[openfoncier]/trunk/web/notification.php
ViewVC logotype

Annotation of /trunk/web/notification.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 11585 - (hide annotations)
Thu Mar 3 17:52:44 2022 UTC (2 years, 11 months ago) by softime
File size: 394 byte(s)
* Fusion de la branche d'intégration 5.8.0-develop dans le trunk

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 softime 11585 "obj" => "instruction_notification_document",
14 cgarcin 10826 "idx" => 0,
15     ));
16     $inst->view_telecharger_document_anonym($f->get_content_only_param());

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26