Add back key checking disabling.

This commit is contained in:
Michal Čihař
2004-06-25 10:51:20 +00:00
parent 18f8696af6
commit bbfead0066
2 changed files with 4 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ $Source$
2004-06-25 Michal Čihař <michal@cihar.com>
* main.php, libraries/select_lang.lib.php: Remember selected charset in
cookie.
* libraries/display_export.lib.php: Add back key checking disabling.
2004-06-25 Alexander M. Turek <rabus@users.sourceforge.net>
* queryframe.php: Undefined index errors.

View File

@@ -186,6 +186,9 @@ if (isset($sql_query)) {
<?php echo $strAddHeaderComment; ?>: <input type="text" name="header_comment" value="<?php echo $cfg['Export']['sql_header_comment']; ?>" class="textfield" size="30" style="vertical-align: middle" /><br />
<input type="checkbox" name="use_transaction" value="yes" id="checkbox_use_transaction" <?php PMA_exportCheckboxCheck('sql_use_transaction'); ?> style="vertical-align: middle" />
<label for="checkbox_use_transaction"><?php echo $strEncloseInTransaction; ?></label><br />
<input type="checkbox" name="disable_fk" value="yes" id="checkbox_disable_fk" <?php PMA_exportCheckboxCheck('sql_disable_fk'); ?> />
<label for="checkbox_disable_fk"><?php echo $strDisableForeignChecks; ?></label><br />
</td>
</tr>
<?php