Changeset 93 for trunk/UContact.pas


Ignore:
Timestamp:
Feb 3, 2022, 10:30:03 PM (2 years ago)
Author:
chronos
Message:
  • Fixed: Non-string properties were incorrectly escaped.
  • Modified: Avoid loading and storing contact image during switching tabs.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UContact.pas

    r92 r93  
    10041004      end else begin
    10051005        if Field.DataType = dtString then Prop.Value := EncodeEscaped(AValue)
    1006           else Prop.Value := EncodeEscaped(AValue);
     1006          else Prop.Value := AValue;
    10071007      end;
    10081008
Note: See TracChangeset for help on using the changeset viewer.