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

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

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

revision 168 by fraynaud, Thu Jul 21 14:47:33 2011 UTC revision 169 by fraynaud, Tue Oct 4 15:43:43 2011 UTC
# Line 12  class destination_shon extends destinati Line 12  class destination_shon extends destinati
12      function setvalF($val){      function setvalF($val){
13          parent::setvalF($val);            parent::setvalF($val);  
14          // colone numerique          // colone numerique
15            
16          if(!is_numeric($val['shon'])) unset ($this->valF['shon']);          if(!is_numeric($val['shon'])) unset ($this->valF['shon']);
17            if(!is_numeric($val['shon_anterieure'])) unset ($this->valF['shon_anterieure']);
18            if(!is_numeric($val['shon_demolie'])) unset ($this->valF['shon_demolie']);
19            if(!is_numeric($val['shon_anterieure_supprimee'])) unset ($this->valF['shon_anterieure_supprimee']);
20            if(!is_numeric($val['shon_nouvelle'])) unset ($this->valF['shon_nouvelle']);
21            if(!is_numeric($val['shon_shob_transformee'])) unset ($this->valF['shon_shob_transformee']);
22            if(!is_numeric($val['shon_nouvelle_transformee'])) unset ($this->valF['shon_nouvelle_transformee']);
23      }      }
24    
25    

Legend:
Removed from v.168  
changed lines
  Added in v.169

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26