/[openfoncier]/branches/3.14.x/obj/om_parametre.class.php
ViewVC logotype

Contents of /branches/3.14.x/obj/om_parametre.class.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2278 - (show annotations)
Wed Sep 11 12:31:38 2013 UTC (11 years, 4 months ago) by fmichon
Original Path: trunk/obj/om_parametre.class.php
File size: 491 byte(s)
Mise à niveau openmairie_exemple 4.4.0

1 <?php
2 /**
3 *
4 *
5 * @package openmairie_exemple
6 * @version SVN : $Id: om_parametre.class.php 2470 2013-09-09 12:21:44Z fmichon $
7 */
8
9 require_once "../gen/obj/om_parametre.class.php";
10
11 class om_parametre extends om_parametre_gen {
12
13 function om_parametre($id,&$db,$debug) {
14 $this->constructeur($id,$db,$debug);
15 }// fin constructeur
16
17 function setVal(&$form,$maj){
18 if ($maj == 0)
19 $form->setVal('om_collectivite', $_SESSION['collectivite']);
20 }
21
22 }
23
24 ?>

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26