/[openfoncier]/trunk/sql/pgsql/blocnote.inc.php
ViewVC logotype

Contents of /trunk/sql/pgsql/blocnote.inc.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 431 - (show annotations)
Mon Sep 24 16:29:46 2012 UTC (12 years, 4 months ago) by nhaye
File size: 254 byte(s)
Régénération suite à la migration d'OM 4.3.0

1 <?php
2 //$Id$
3 //gen openMairie le 10/02/2011 20:31
4 include('../gen/sql/pgsql/blocnote.inc.php');
5 $champRecherche=array("categorie");
6 if(isset($idx))
7 $selection=" where blocnote.dossier ='".$idx."'";
8 else
9 $selection="";
10 $tri= " order by blocnote";
11 ?>

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26