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 |
|
|