lazreport: dont change case of param name when calling OnGetValue(GetVariableValue) in TfrParser. Make consistent with calling GetVariableValue directly

git-svn-id: trunk@36490 -
This commit is contained in:
blikblum 2012-03-31 21:52:53 +00:00
parent ee11c214b3
commit 360d1f97d1

View File

@ -263,7 +263,7 @@ begin
if Assigned(FOnGetValue) then
begin
nm[st] := Null;
FOnGetValue(AnsiUpperCase(s1), nm[st]);
FOnGetValue(s1, nm[st]);
end;
end;
i := k;