new strForeignKeyError

This commit is contained in:
Marc Delisle
2007-10-18 16:47:15 +00:00
parent cacd94d629
commit 6746dc3561
55 changed files with 55 additions and 55 deletions

View File

@@ -221,7 +221,7 @@ if (isset($_REQUEST['destination_innodb'])) {
}
if (substr($tmp_error, 1, 4) == '1005') {
$message = PMA_Message::warning('strForeignKeyError');
$message->addMessage(htmlspecialchars($master_field), ' : ');
$message->addParam(htmlspecialchars($master_field));
$message->display();
echo PMA_showMySQLDocu('manual_Table_types', 'InnoDB_foreign_key_constraints') . "\n";
}