# | Line 273 | Line 273 | sub Environment_Start { | |
---|---|---|
273 | $self->{currentenvtext}=""; | |
274 | $self->{EnvContext}=$$hashref{'name'}; | |
275 | undef $self->{Envvalue}; | |
276 | < | if ( exists $$hahsref{'type'} ) { |
277 | < | $self->{tool}->type($$hashref{'name'},$$hahsref{'type'}); |
276 | > | if ( exists $$hashref{'type'} ) { |
277 | > | $$hashref{'type'}=~tr[A-Z][a-z]; |
278 | > | $self->{tool}->type($$hashref{'name'},$$hashref{'type'}); |
279 | } | |
280 | if ( exists $$hashref{'value'}) { | |
281 | $self->{Envvalue}=$$hashref{'value'}; |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |