Parent Directory | Revision Log
Import de la version 2.x d'openfoncier anciennement sous CVS
1 | <?php |
2 | //$Id: nature.inc,v 1.3 2008-08-19 13:45:28 jbastide Exp $ |
3 | $DEBUG=0; |
4 | $serie=12; |
5 | $ent = "parametrage -> nature"; |
6 | $ico = "../img/ico_parametrage.png"; |
7 | $edition=""; |
8 | // |
9 | $table="nature"; |
10 | $champAffiche=array("nature","libelle"); |
11 | $champRecherche=array("nature"); |
12 | |
13 | $tri= " order by nature"; |
14 | $selection=""; |
15 | ?> |
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |