This commit is contained in:
Marc Delisle
2003-11-21 16:34:24 +00:00
parent 63d4baaa2e
commit 4f77ab27db
2 changed files with 4 additions and 1 deletions

View File

@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
$Id$ $Id$
$Source$ $Source$
2003-11-21 Marc Delisle <lem9@users.sourceforge.net>
* tbl_move_copy.php: typo about constraints
2003-11-21 Michal Cihar <nijel@users.sourceforge.net> 2003-11-21 Michal Cihar <nijel@users.sourceforge.net>
* scripts/create-release.sh: Udated information what is needed to change on * scripts/create-release.sh: Udated information what is needed to change on
home page to currect status. home page to currect status.

View File

@@ -220,7 +220,7 @@ if (isset($new_name) && trim($new_name) != '') {
} else if (isset($sql_query)) { } else if (isset($sql_query)) {
$sql_query .= "\n" . $sql_constraints; $sql_query .= "\n" . $sql_constraints;
} else { } else {
$sql_query = $sql_constrtaints; $sql_query = $sql_constraints;
} }
} }