/[openfoncier]/trunk/sql/pgsql/om_parametre.inc.php
ViewVC logotype

Diff of /trunk/sql/pgsql/om_parametre.inc.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1379 by fmichon, Wed Mar 13 10:57:49 2013 UTC revision 2265 by fmichon, Mon Sep 9 08:16:29 2013 UTC
# Line 1  Line 1 
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(
# Line 25  if ($_SESSION['niveau'] == '2') { Line 30  if ($_SESSION['niveau'] == '2') {
30      array_push($champRecherche, "om_collectivite.libelle as \""._("collectivite")."\"");      array_push($champRecherche, "om_collectivite.libelle as \""._("collectivite")."\"");
31  }  }
32    
 ?>  
33    ?>

Legend:
Removed from v.1379  
changed lines
  Added in v.2265

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26