diff options
Diffstat (limited to 'share')
-rwxr-xr-x | share/xml2json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/share/xml2json b/share/xml2json index 031df66..c81b416 100755 --- a/share/xml2json +++ b/share/xml2json @@ -114,6 +114,7 @@ for my $station ( $tree->findnodes('//station') ) { my @to_delete; for my $i ( 0 .. $#{$stations} ) { + $stations->[$i]{eva} = 0 + $stations->[$i]{eva}; my $j_station = $stations->[$i]; my $j_name = $j_station->{name}; my $j_ds100 = $j_station->{ds100}; |