/[openfoncier]/trunk/obj/demandeur.class.php
ViewVC logotype

Diff of /trunk/obj/demandeur.class.php

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

revision 838 by nhaye, Tue Nov 27 12:03:05 2012 UTC revision 839 by nhaye, Tue Nov 27 13:31:55 2012 UTC
# Line 187  class demandeur extends demandeur_gen { Line 187  class demandeur extends demandeur_gen {
187          (($this->val[array_search('voie', $this->champs)] != "")?          (($this->val[array_search('voie', $this->champs)] != "")?
188              $this->val[array_search('voie', $this->champs)]." " : "").              $this->val[array_search('voie', $this->champs)]." " : "").
189          (($this->val[array_search('complement', $this->champs)] != "")?          (($this->val[array_search('complement', $this->champs)] != "")?
190              $this->val[array_search('complement', $this->champs)]." " : "")"<br/>\n".              $this->val[array_search('complement', $this->champs)]." " : "")."<br/>\n".
191          (($this->val[array_search('code_postal', $this->champs)] != "")?          (($this->val[array_search('code_postal', $this->champs)] != "")?
192              $this->val[array_search('code_postal', $this->champs)]." " : "").              $this->val[array_search('code_postal', $this->champs)]." " : "").
193          (($this->val[array_search('localite', $this->champs)] != "")?          (($this->val[array_search('localite', $this->champs)] != "")?

Legend:
Removed from v.838  
changed lines
  Added in v.839

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26