give the user an easy way to test why relationstuff is not working

page chk_rel is accessible from db_details_structure
warning there can be disabled in config.inc.php3
This commit is contained in:
Mike Beck
2002-07-16 17:34:46 +00:00
parent 41cf38c0dc
commit 262c7c9613
86 changed files with 176 additions and 33 deletions

View File

@@ -406,4 +406,5 @@ $strCantLoadRecodeIconv = 'Can not load iconv or recode extension needed for cha
$strCantUseRecodeIconv = 'Can not use iconv nor libiconv nor recode_string function while extension reports to be loaded. Check your php configuration.'; //to translate
$strMySQLCharset = 'MySQL Charset'; //to translate
$strComments = 'Comments'; //to translate
$strRelationNotWorking = 'The additional Features for working with linked Tables have been deactivated. To find out why click %shere%s.'; //to translate
?>