/[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 7996 - (show annotations)
Fri Jul 20 17:12:33 2018 UTC (6 years, 6 months ago) by softime
File size: 448 byte(s)
* Merge de la branche d'intégration 4.7.0 vers le trunk

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 PATH_OPENMAIRIE."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