ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/trunk/runtime/nongui/IBXServices.pas
(Generate patch)

Comparing ibx/trunk/runtime/nongui/IBXServices.pas (file contents):
Revision 220 by tony, Wed Mar 14 15:03:38 2018 UTC vs.
Revision 221 by tony, Mon Mar 19 09:48:37 2018 UTC

# Line 3163 | Line 3163 | begin
3163      k := Pos('=',ParamName);
3164      if k > 0 then system.Delete(ParamName,k,Length(ParamName)-k+1);
3165      for j := 1 to isc_spb_last_spb_constant do
3166 <      if ParamName = SPBConstantNames[j] then
3166 >      if CompareText(ParamName,SPBConstantNames[j]) = 0 then
3167        begin
3168          Params.Add(DBParams[i]);
3169          break;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines