Parent Directory | Revision Log
Correction de la classe courrier.class.php afin que le tableau et formulaire fonctionnent modification des surcharges (DP.inc.php, PA.inc.php, ...) afin de rendre homogène l'appel au parent.
1 | <?php |
2 | //$Id: PD.inc,v 1.3 2010-07-30 08:19:50 fraynaud Exp $ |
3 | include('dossier.inc.php'); |
4 | if(isset($idx)) |
5 | if($idx != "]"){ |
6 | $ent = "dossier -> ".$idx; |
7 | if(isset($idz) ){ |
8 | if (trim($idz!='')) |
9 | $ent = $ent." <font id='idz1'> ". |
10 | strtoupper($idz)." </font>"; |
11 | } |
12 | }else |
13 | $ent= "dossier -> PD"; |
14 | else |
15 | $ent= "dossier -> PD"; |
16 | |
17 | $selection=" where nature = 'PD'"; |
18 | ?> |
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |