/[openfoncier]/branches/3.1.0-arles/obj/om_parametre.class.php
ViewVC logotype

Contents of /branches/3.1.0-arles/obj/om_parametre.class.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 588 - (show annotations)
Sun Nov 4 18:27:03 2012 UTC (12 years, 3 months ago) by fraynaud
File size: 422 byte(s)
creation de la branche arles sur la base d une version 3.1.0-b1



1 <?php
2 //$Id$
3 //gen openMairie le 15/10/2010 15:54
4 require_once ("../gen/obj/om_parametre.class.php");
5
6 class om_parametre extends om_parametre_gen {
7
8 function om_parametre($id,&$db,$debug) {
9 $this->constructeur($id,$db,$debug);
10 }// fin constructeur
11
12 function setVal(&$form,$maj){
13 if ($maj == 0)
14 $form->setVal('om_collectivite', $_SESSION['collectivite']);
15 }
16
17 }// fin classe
18 ?>

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26