/[openfoncier]/trunk/app/sitadel.class.php
ViewVC logotype

Diff of /trunk/app/sitadel.class.php

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

revision 1809 by vpihour, Thu May 2 12:55:08 2013 UTC revision 1810 by vpihour, Thu May 2 13:36:55 2013 UTC
# Line 342  class sitadel { Line 342  class sitadel {
342          $amenagement_terrain="";          $amenagement_terrain="";
343                    
344          //Terrain          //Terrain
345          $amenagement_terrain .= $this->maj(substr($this->row['am_terr_surf'],0,7))."|";          $amenagement_terrain .= ((isset($this->row[$nom.'1']))?$this->maj(substr(floor($this->row['am_terr_surf']),0,7)):0)."|";
346                    
347          //Lotissement          //Lotissement
348          $amenagement_terrain .= ((isset($this->row['am_lotiss']) && $this->maj($this->row['am_lotiss']) == 't') ? 1 : 0)."|";          $amenagement_terrain .= ((isset($this->row['am_lotiss']) && $this->maj($this->row['am_lotiss']) == 't') ? 1 : 0)."|";

Legend:
Removed from v.1809  
changed lines
  Added in v.1810

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26