Parent Directory | Revision Log
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 |