Adapt to changes in export.

This commit is contained in:
Michal Čihař
2006-04-26 17:00:46 +00:00
parent 19d0390e8c
commit 04e666ff7c
4 changed files with 5 additions and 3 deletions

View File

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