/[openfoncier]/trunk/obj/architecte_frequent.class.php
ViewVC logotype

Contents of /trunk/obj/architecte_frequent.class.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3730 - (show annotations)
Fri Mar 18 11:50:26 2016 UTC (8 years, 10 months ago) by mbroquet
File size: 405 byte(s)
Actualisation du trunk
1 <?php
2 /**
3 *
4 *
5 * @package openfoncier
6 * @version SVN : $Id: architecte_frequent.class.php 4765 2015-05-13 16:57:48Z nhaye $
7 */
8
9 //
10 require_once "../obj/architecte.class.php";
11
12 class architecte_frequent extends architecte {
13
14 function setVal(&$form, $maj, $validation, &$db) {
15 //
16 parent::setVal($form, $maj, $validation, $db);
17 $form->setVal("frequent",true);
18 }
19 }
20
21 ?>

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26