generate_lang_file.php : Add 'no_value_label' attribute configuration field

This commit is contained in:
Benjamin Renard 2014-11-28 12:31:25 +01:00
parent d17b1a1a28
commit 065484fb4c

View file

@ -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']);