ajout vérification sélection année reçu
FossilOrigin-Name: 2ce14b6d56ad130d5ee4521f616d694a5855aaf638aac97d80aed46302c2fa38
This commit is contained in:
parent
3e02319484
commit
a787c1dacb
3 changed files with 14 additions and 4 deletions
|
|
@ -3,7 +3,7 @@
|
|||
namespace Garradin;
|
||||
|
||||
$session->requireAccess($session::SECTION_CONFIG, $session::ACCESS_ADMIN);
|
||||
$art_sel=f('articlesCGI');
|
||||
$art_sel=f('articlesCGI') ? : [];
|
||||
error_log("art sel=" . print_r($art_sel, true) . "\n");
|
||||
if (f('save') && $form->check('recusfiscaux_config'))
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue