Parent Directory | Revision Log
Régénération suite à la migration du core d'OM 4.3.0
1 | <?php |
2 | //$Id$ |
3 | //gen openMairie le 21/09/2012 12:42 |
4 | |
5 | $DEBUG=0; |
6 | $ico="../img/ico_application.png"; |
7 | $ent = _("application")." -> "._("service"); |
8 | $tableSelect=DB_PREFIXE."service"; |
9 | $champs=array( |
10 | "service", |
11 | "libelle", |
12 | "adresse", |
13 | "adresse2", |
14 | "cp", |
15 | "ville", |
16 | "email", |
17 | "delai"); |
18 | ?> |
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |