The linked-tables infrastructure is now called phpMyAdmin configuration storage.

This commit is contained in:
Michal Čihař
2010-07-26 17:16:55 +02:00
parent 639dc7fcf6
commit cfc7fd7a2d
5 changed files with 24 additions and 25 deletions

View File

@@ -461,7 +461,7 @@ if (!$is_information_schema) {
if ($num_tables > 0
&& !$cfgRelation['allworks'] && $cfg['PmaNoRelation_DisableWarning'] == false) {
$message = PMA_Message::notice(__('The additional features for working with linked tables have been deactivated. To find out why click %shere%s.'));
$message = PMA_Message::notice(__('The phpMyAdmin configuration storage has been deactivated. To find out why click %shere%s.'));
$message->addParam('<a href="' . $cfg['PmaAbsoluteUri'] . 'chk_rel.php?' . $url_query . '">', false);
$message->addParam('</a>', false);
/* Show error if user has configured something, notice elsewhere */