diff options
author | wei <> | 2007-04-22 05:55:59 +0000 |
---|---|---|
committer | wei <> | 2007-04-22 05:55:59 +0000 |
commit | 1c74ee3c07cd2b25670826d44f7a1b1959302ce3 (patch) | |
tree | 845369c32080b9a9564a91799488a29dbdf9c140 /framework/Exceptions | |
parent | 6cb49ccc175edda4af9c81edc8a1866a2bf4acba (diff) |
Typo in TAutoComplete
Diffstat (limited to 'framework/Exceptions')
-rw-r--r-- | framework/Exceptions/messages.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/Exceptions/messages.txt b/framework/Exceptions/messages.txt index b3074ad6..bd54d1cf 100644 --- a/framework/Exceptions/messages.txt +++ b/framework/Exceptions/messages.txt @@ -372,6 +372,7 @@ dbcommon_invalid_table_name = Database table '{0}' not found. Error Msg: {1}. dbcommon_invalid_identifier_name = Invalid database identifier name '{0}', see {1} for details.
dbtableinfo_invalid_column_name = Invalid column name '{0}' for database table '{1}'.
dbmetadata_invalid_table_view = Invalid table/view name '{0}', or that table/view '{0}' contains no accessible column/field definitions.
+dbmetadata_requires_php_version = PHP version {1} or later is required for using {0} database.
dbtablegateway_invalid_criteria = Invalid criteria object, must be a string or instance of TSqlCriteria.
dbtablegateway_no_primary_key_found = Table '{0}' does not contain any primary key fields.
|