From 5cd5143a46e260ae9e60d650223e494d7167a7ab Mon Sep 17 00:00:00 2001 From: joost Date: Wed, 13 Jul 2005 21:44:57 +0000 Subject: [PATCH] Merged revisions 621 via svnmerge from /trunk git-svn-id: branches/fixes_2_0@623 - --- fcl/db/dbconst.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/fcl/db/dbconst.pp b/fcl/db/dbconst.pp index 082984fdd7..fef7b7f553 100644 --- a/fcl/db/dbconst.pp +++ b/fcl/db/dbconst.pp @@ -71,6 +71,7 @@ Const SFieldValueError = 'Invalid value for field ''%s'''; SInvalidCalcType = 'Field ''%s'' cannot be a calculated or lookup field'; SDuplicateName = 'Duplicate name ''%s'' in %s'; + SNoParseSQL = '%s is only possible if ParseSQL is True'; Implementation