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

Contents of /trunk/sql/pgsql/om_logo.inc.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 7366 - (show annotations)
Tue Aug 8 09:19:57 2017 UTC (7 years, 5 months ago) by softime
File size: 440 byte(s)
* Merge de la branche d'intégration 4.4.0

1 <?php
2 /**
3 *
4 *
5 * @package openmairie_exemple
6 * @version SVN : $Id: om_logo.inc.php 4651 2015-04-26 09:15:48Z tbenita $
7 */
8
9 //
10 include "../core/sql/pgsql/om_logo.inc.php";
11 $ent = _("parametrage dossiers")." -> "._("editions")." -> "._("om_logo");
12
13 /**
14 * Options
15 */
16 if ($_SESSION['niveau'] == '2') {
17 $selection = "";
18 } else {
19 $selection = " where (".$obj.".om_collectivite='".$_SESSION['collectivite']."' or niveau='2')";
20 }
21
22 ?>

Properties

Name Value
svn:keywords "Id"

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26