Update functions.lib.php
This commit is contained in:
parent
bf390ceb4d
commit
3b1f50d5fc
@ -6660,7 +6660,7 @@ function complete_substitutions_array(&$substitutionarray, $outputlangs, $object
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (!empty($conf->global->ODT_ENABLE_ALL_TAGS_IN_SUBSTITUTIONS) {
|
if (!empty($conf->global->ODT_ENABLE_ALL_TAGS_IN_SUBSTITUTIONS)) {
|
||||||
// to list all tags in odt template
|
// to list all tags in odt template
|
||||||
$tags = '';
|
$tags = '';
|
||||||
foreach ($substitutionarray as $key => $value) {
|
foreach ($substitutionarray as $key => $value) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user