* Removed space before fieldname

git-svn-id: trunk@10722 -
This commit is contained in:
joost 2008-04-19 19:56:22 +00:00
parent ee76679326
commit 51c45335ae

View File

@ -1321,7 +1321,7 @@ begin
with ds do
begin
AddIndex('testindex','F'+FieldTypeNames[ftString]+'; F'+FieldTypeNames[ftInteger],[]);
AddIndex('testindex','F'+FieldTypeNames[ftString]+';F'+FieldTypeNames[ftInteger],[]);
FList := TStringList.Create;
FList.Sorted:=true;
FList.CaseSensitive:=True;