/[openfoncier]/trunk/app/dossier_autorisation.php
ViewVC logotype

Diff of /trunk/app/dossier_autorisation.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2133 by vpihour, Tue Aug 6 16:34:06 2013 UTC revision 2134 by vpihour, Tue Aug 6 17:19:24 2013 UTC
# Line 423  if ( !is_null($idx)){ Line 423  if ( !is_null($idx)){
423      $form = new formulaire(NULL, $validation, $maj, $champs);      $form = new formulaire(NULL, $validation, $maj, $champs);
424            
425      //Configuration des types de champs      //Configuration des types de champs
426      foreach ($champ as $key) {      foreach ($champs as $key) {
427          $form->setType($key, 'static');          $form->setType($key, 'static');
428      }      }
429      //Le numéro de dossier d'instruction est caché, on affiche celui      //Le numéro de dossier d'instruction est caché, on affiche celui
# Line 680  if ( !is_null($idx)){ Line 680  if ( !is_null($idx)){
680          $form = new formulaire(NULL, $validation, $maj, $champs);          $form = new formulaire(NULL, $validation, $maj, $champs);
681                    
682          //Configuration des types de champs          //Configuration des types de champs
683          foreach ($champ as $key) {          foreach ($champs as $key) {
684              $form->setType($key, 'static');              $form->setType($key, 'static');
685          }          }
686          //Le numéro de dossier d'instruction est caché, on affiche          //Le numéro de dossier d'instruction est caché, on affiche

Legend:
Removed from v.2133  
changed lines
  Added in v.2134

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26