Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Adullact
Theme-WordPress-Adullact-org
Commits
6bbf6cb5
Commit
6bbf6cb5
authored
Jan 31, 2020
by
N. Peraldi
Browse files
fix: wrong key name in form verification
parent
4fe37f56
Changes
1
Hide whitespace changes
Inline
Side-by-side
formulaire-adhesion/traitement-adhesion.php
View file @
6bbf6cb5
<?php
/*
* prendre en compte que :
* l'utilisateur peut supprimer un champ
* peut le rendre en non required
* peut modifier le type de champ
* peut renommer un champ et le rendre inconnu
*
*/
/**
* Toutes ces variables ne sont que des textes modifiables par l'utilisateur. Ils ne sont là que pour afficher des
* informations.
...
...
@@ -548,7 +539,7 @@ function verifPeriodeAdhesion($tab)
//vérifie que la période d'adhésion est OK
global
$errorInPeriodSelection
;
if
(
isset
(
$tab
[
"periodeAdhesionCollectivite"
]))
{
if
(
strlen
(
$tab
[
"
site
Collectivite"
])
>
0
)
{
if
(
strlen
(
$tab
[
"
periodeAdhesion
Collectivite"
])
>
0
)
{
return
""
;
}
else
{
return
$errorInPeriodSelection
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment