typo
This commit is contained in:
@@ -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.
|
||||||
|
@@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user