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

Diff of /trunk/app/findPetitionnaire.php

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

revision 3891 by mbroquet, Fri Mar 18 11:50:26 2016 UTC revision 3892 by fmichon, Fri Apr 8 13:48:30 2016 UTC
# Line 15  $f->disableLog(); Line 15  $f->disableLog();
15    
16  // Donnees  // Donnees
17  $par_nom = ($f->get_submitted_post_value("particulier_nom") != null) ? $f->get_submitted_post_value("particulier_nom") : "";  $par_nom = ($f->get_submitted_post_value("particulier_nom") != null) ? $f->get_submitted_post_value("particulier_nom") : "";
18    $par_nom = str_replace('*', '', $par_nom);
19    
20  $par_prenom = ($f->get_submitted_post_value("particulier_prenom'") != null) ? $f->get_submitted_post_value("particulier_prenom'") : "";  $par_prenom = ($f->get_submitted_post_value("particulier_prenom'") != null) ? $f->get_submitted_post_value("particulier_prenom'") : "";
21    $par_prenom = str_replace('*', '', $par_prenom);
22    
23  $mor_denomination = ($f->get_submitted_post_value("personne_morale_denomination") != null) ? $f->get_submitted_post_value("personne_morale_denomination") : "";  $mor_denomination = ($f->get_submitted_post_value("personne_morale_denomination") != null) ? $f->get_submitted_post_value("personne_morale_denomination") : "";
24    $mor_denomination = str_replace('*', '', $mor_denomination);
25    
26  $mor_nom = ($f->get_submitted_post_value("mor_nom") != null) ? $f->get_submitted_post_value("mor_nom") : "";  $mor_nom = ($f->get_submitted_post_value("mor_nom") != null) ? $f->get_submitted_post_value("mor_nom") : "";
27    $mor_nom = str_replace('*', '', $mor_nom);
28    
29  $om_collectivite = ($f->get_submitted_post_value("om_collectivite") != null) ? $f->get_submitted_post_value("om_collectivite") : $_SESSION['collectivite'];  $om_collectivite = ($f->get_submitted_post_value("om_collectivite") != null) ? $f->get_submitted_post_value("om_collectivite") : $_SESSION['collectivite'];
30  $listData = "";  $listData = "";
31    

Legend:
Removed from v.3891  
changed lines
  Added in v.3892

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26