diff options
author | admin <devnull@localhost> | 2006-09-25 05:44:04 +0200 |
---|---|---|
committer | admin <devnull@localhost> | 2006-09-25 05:44:04 +0200 |
commit | 72496373008b263e098cf6082cdce1d47d01d3f1 (patch) | |
tree | 887849565e73eaef2ffa95b3c722ed15f3e508bc /system/language/english/db_lang.php | |
parent | 6ca6f9471ba31f7cba9054d075b4f90382b2d410 (diff) |
Diffstat (limited to 'system/language/english/db_lang.php')
-rw-r--r-- | system/language/english/db_lang.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/system/language/english/db_lang.php b/system/language/english/db_lang.php index a3d0900d0..5be7d6efb 100644 --- a/system/language/english/db_lang.php +++ b/system/language/english/db_lang.php @@ -13,6 +13,7 @@ $lang['db_field_param_missing'] = 'To fetch fields requires the name of the tabl $lang['db_unsupported_function'] = 'This feature is not available for the database you are using.'; $lang['db_transaction_failure'] = 'Transaction failure: Rollback performed'; $lang['db_unable_to_drop'] = 'Unable to drop the specified database.'; +$lang['db_unsuported_feature'] = 'Unsupported feature of the database platform you are using.'; ?>
\ No newline at end of file |