single-table copy did not copy the constraints

This commit is contained in:
Marc Delisle
2006-07-04 15:53:41 +00:00
parent 94870ed62d
commit 029a63a1f5
5 changed files with 23 additions and 12 deletions

View File

@@ -368,7 +368,7 @@ foreach ($dblist as $each_db) {
// foreign keys
if (PMA_getForeigners($GLOBALS['db'], $GLOBALS['table'], '', 'innodb')) {
?>
<input type="checkbox" name="sql_constraints" value="1" id="checkbox_constraints" />
<input type="checkbox" name="add_constraints" value="1" id="checkbox_constraints" />
<label for="checkbox_constraints"><?php echo $strAddConstraints; ?></label><br />
<?php
} // endif