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