Sfoglia il codice sorgente

* revert accidentally modified file.

git-svn-id: trunk@49491 -
marco 4 anni fa
parent
commit
4895133646
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      packages/fcl-db/src/base/db.pas

+ 1 - 1
packages/fcl-db/src/base/db.pas

@@ -2554,7 +2554,7 @@ end;
 procedure TIndexDef.SetDescFields(const AValue: string);
 begin
   if FDescFields=AValue then exit;
-  if AValue <> '' then FOptions[A:=FOptions + [ixDescending];
+  if AValue <> '' then FOptions:=FOptions + [ixDescending];
   FDescFields:=AValue;
 end;