diff --git a/ChangeLog b/ChangeLog index 5d60e087e..7678d885e 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,9 @@ phpMyAdmin - Changelog $Id$ $Source$ +2003-11-21 Marc Delisle + * tbl_move_copy.php: typo about constraints + 2003-11-21 Michal Cihar * scripts/create-release.sh: Udated information what is needed to change on home page to currect status. diff --git a/tbl_move_copy.php b/tbl_move_copy.php index 2a924119c..995940d50 100644 --- a/tbl_move_copy.php +++ b/tbl_move_copy.php @@ -220,7 +220,7 @@ if (isset($new_name) && trim($new_name) != '') { } else if (isset($sql_query)) { $sql_query .= "\n" . $sql_constraints; } else { - $sql_query = $sql_constrtaints; + $sql_query = $sql_constraints; } }