LSformElement::supannEtuInscription: fix cursusann component regex

This commit is contained in:
Benjamin Renard 2023-05-24 11:58:13 +02:00
parent 823006937a
commit c97d47ac00
Signed by: bn8
GPG key ID: 3E2E1CE1907115BC

View file

@ -81,7 +81,7 @@ class LSformElement_supannEtuInscription extends LSformElement_supannCompositeAt
'check_data' => array (
'regex' => array (
'params' => array (
'regex' => '/^[LMDXB][0-9]?$/'
'regex' => '/^\{SUPANN\}[LMDXB][0-9]?$/'
),
),
),