Merge branch 'master' of https://git.gamuza.fr/SPIP/gamuform
This commit is contained in:
commit
4f138ad342
1 changed files with 3 additions and 0 deletions
|
@ -31,6 +31,9 @@ function gamuform_recup_saisies(string $objet):array {
|
|||
if (empty($T)) {
|
||||
$T = [];
|
||||
}
|
||||
$T = array_filter($T, function($d){
|
||||
return !empty($d['saisie']);
|
||||
});
|
||||
return $T;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue