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

Diff of /trunk/app/findArchitecte.php

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

revision 3730 by mbroquet, Fri Mar 18 11:50:26 2016 UTC revision 3892 by fmichon, Fri Apr 8 13:48:30 2016 UTC
# Line 13  $f->isAccredited(array("donnees_techniqu Line 13  $f->isAccredited(array("donnees_techniqu
13  $f->set_submitted_value();  $f->set_submitted_value();
14  // Donnees  // Donnees
15  $nom = ($f->get_submitted_post_value("nom") != null) ? $f->get_submitted_post_value("nom") : "";  $nom = ($f->get_submitted_post_value("nom") != null) ? $f->get_submitted_post_value("nom") : "";
16    $nom = str_replace('*', '', $nom);
17    
18  $prenom = ($f->get_submitted_post_value("prenom") != null) ? $f->get_submitted_post_value("prenom") : "";  $prenom = ($f->get_submitted_post_value("prenom") != null) ? $f->get_submitted_post_value("prenom") : "";
19    $prenom = str_replace('*', '', $prenom);
20    
21  $listData = "";  $listData = "";
22    
23  $f->disableLog();  $f->disableLog();

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26