diff --git a/adminer/foreign.inc.php b/adminer/foreign.inc.php index 45f0b7ba..103d7ebf 100644 --- a/adminer/foreign.inc.php +++ b/adminer/foreign.inc.php @@ -31,7 +31,7 @@ if ($_POST && !$error && !$_POST["add"] && !$_POST["change"] && !$_POST["change- $result ); if (!$row["drop"]) { - $error = "$error
" . lang('Source and target columns must have the same data type, there must be an index on the target columns and referenced data must exist.'); //! no partitioning + $error = lang('Source and target columns must have the same data type, there must be an index on the target columns and referenced data must exist.'); //! no partitioning } }