mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-22 18:09:06 +01:00
generate_lang_file.php : Add 'no_value_label' attribute configuration field
This commit is contained in:
parent
d17b1a1a28
commit
065484fb4c
1 changed files with 1 additions and 0 deletions
|
@ -141,6 +141,7 @@ if (loadDir('../'.LS_OBJECTS_DIR) && loadDir('../'.LS_LOCAL_DIR.LS_OBJECTS_DIR))
|
|||
foreach($conf['attrs'] as $attr) {
|
||||
add($attr['label']);
|
||||
add($attr['help_info']);
|
||||
add($attr['no_value_label']);
|
||||
add($attr['html_options']['mail']['subject']);
|
||||
add($attr['html_options']['mail']['msg']);
|
||||
|
||||
|
|
Loading…
Reference in a new issue