X-Git-Url: https://git.proxmox.com/?p=pve-common.git;a=blobdiff_plain;f=data%2FPVE%2FTools.pm;h=66bc644d3bde91262d44e849e714d47100985653;hp=d1dfa5d105afc36c35a9bc8f170bae347ef6a6e4;hb=34ebb22690b05bd812b660ad91d790317f231981;hpb=490aade412869e368650b6a2b9027770e41193d4 diff --git a/data/PVE/Tools.pm b/data/PVE/Tools.pm index d1dfa5d..66bc644 100644 --- a/data/PVE/Tools.pm +++ b/data/PVE/Tools.pm @@ -733,7 +733,7 @@ sub decode_text { sub decode_utf8_parameters { my ($param) = @_; - foreach my $p (qw(name comment description firstname lastname)) { + foreach my $p (qw(comment description firstname lastname)) { $param->{$p} = decode('utf8', $param->{$p}) if $param->{$p}; }