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 | fraynaud | 11 | <?php |
2 | //$Id: DP.inc,v 1.3 2010-07-30 08:19:50 fraynaud Exp $ | ||
3 | nhaye | 467 | include('dossier.inc.php'); |
4 | fraynaud | 196 | 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 -> DP"; | ||
14 | else | ||
15 | $ent= "dossier -> DP"; | ||
16 | nhaye | 467 | |
17 | fraynaud | 11 | $selection=" where nature = 'DP'"; |
18 | |||
19 | ?> |
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |