* True and false differ on PG

git-svn-id: trunk@28408 -
This commit is contained in:
michael 2014-08-14 16:56:11 +00:00
parent 504da18b57
commit 7ceda16e13

View File

@ -408,7 +408,7 @@ begin
end;
Const
B : Array[Boolean] of String = ('-','+');
B : Array[Boolean] of String = ('f','t');
Function UpdateTest(ID : Integer; Info : TConfig; Source : String) : Boolean;