This commit is contained in:
paoloar77
2024-06-13 09:26:58 +02:00
parent af9f5a2af2
commit 3d11f604a9
2 changed files with 2 additions and 2 deletions

View File

@@ -1869,7 +1869,7 @@ function getvalstr($mystr, $value, $separato = false) {
}
if ($separato) {
$my = '[' + $my + '] ';
$my = '[' . $my . '] ';
}
return $my;