/[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 18876 - (show annotations)
Tue Oct 8 08:41:06 2024 UTC (3 months, 3 weeks ago) by softime
File size: 451 byte(s)
merge: fusion de la branche d'intégration 6.8.0-develop dans 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