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: PC.inc,v 1.4 2010-08-22 21:40:12 fraynaud Exp $ | ||
3 | atreal | 312 | include('dossier.inc.php'); |
4 | fraynaud | 11 | if(isset($idx)) |
5 | fraynaud | 196 | if($idx != "]"){ |
6 | fraynaud | 11 | $ent = "dossier -> ".$idx; |
7 | fraynaud | 196 | if(isset($idz) ){ |
8 | if (trim($idz!='')) | ||
9 | $ent = $ent." <font id='idz1'> ". | ||
10 | strtoupper($idz)." </font>"; | ||
11 | } | ||
12 | }else | ||
13 | fraynaud | 11 | $ent= "dossier -> PC"; |
14 | else | ||
15 | $ent= "dossier -> PC"; | ||
16 | nhaye | 467 | |
17 | fraynaud | 11 | $selection=" where nature = 'PC'"; |
18 | |||
19 | $sousformulaire=array("instruction", | ||
20 | "consultation", | ||
21 | "terrain", | ||
22 | "blocnote", | ||
23 | "destination_shon", | ||
24 | fraynaud | 168 | "statistique", |
25 | fraynaud | 11 | "modificatif"); |
26 | ?> |
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |