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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 896 - (show annotations)
Thu Nov 29 11:14:21 2012 UTC (12 years, 2 months ago) by mlimic
File size: 217 byte(s)
Migration d'envoi des messages a ERP de dossier_instruction.class.php a dossier.class.php

1 <?php
2
3 //
4 require_once "dossier.class.php";
5
6 //
7 class dossier_instruction extends dossier {
8
9 function dossier_instruction($id, &$db, $DEBUG) {
10 //
11 $this->constructeur($id, $db, $DEBUG);
12 }
13
14 }
15
16 ?>

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26