1 |
<?php |
<?php |
2 |
//$Id$ |
/** |
3 |
//gen openMairie le 04/11/2010 17:43 |
* |
4 |
|
* |
5 |
|
* @package openmairie_exemple |
6 |
|
* @version SVN : $Id: om_parametre.inc.php 2467 2013-09-09 08:01:04Z fmichon $ |
7 |
|
*/ |
8 |
|
|
9 |
include('../gen/sql/pgsql/om_parametre.inc.php'); |
// |
10 |
|
include "../gen/sql/pgsql/om_parametre.inc.php"; |
11 |
|
|
12 |
// SELECT |
// SELECT |
13 |
$champAffiche = array( |
$champAffiche = array( |
30 |
array_push($champRecherche, "om_collectivite.libelle as \""._("collectivite")."\""); |
array_push($champRecherche, "om_collectivite.libelle as \""._("collectivite")."\""); |
31 |
} |
} |
32 |
|
|
|
?> |
|
33 |
|
?> |