mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-22 09:59:06 +01:00
LSformElement::supannEtuInscription: fix cursusann component regex
This commit is contained in:
parent
823006937a
commit
c97d47ac00
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ class LSformElement_supannEtuInscription extends LSformElement_supannCompositeAt
|
||||||
'check_data' => array (
|
'check_data' => array (
|
||||||
'regex' => array (
|
'regex' => array (
|
||||||
'params' => array (
|
'params' => array (
|
||||||
'regex' => '/^[LMDXB][0-9]?$/'
|
'regex' => '/^\{SUPANN\}[LMDXB][0-9]?$/'
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|
Loading…
Reference in a new issue