mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-01 06:40:36 +02:00
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:
parent
ee11c214b3
commit
360d1f97d1
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user