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)] != "")? |