1 |
<?php |
<?php |
2 |
//$Id$ |
//$Id$ |
3 |
//gen openMairie le 25/09/2012 17:51 |
//gen openMairie le 26/09/2012 11:38 |
4 |
|
|
5 |
require_once ("../obj/om_dbform.class.php"); |
require_once ("../obj/om_dbform.class.php"); |
6 |
|
|
59 |
$this->valF['date_notification_delai'] = NULL; |
$this->valF['date_notification_delai'] = NULL; |
60 |
} |
} |
61 |
if(!is_numeric($val['delai'])) { |
if(!is_numeric($val['delai'])) { |
62 |
$this->valF['delai']= null; |
$this->valF['delai'] = ""; |
63 |
} else { |
} else { |
64 |
$this->valF['delai'] = $val['delai']; |
$this->valF['delai'] = $val['delai']; |
65 |
} |
} |